tcp-streams-openssl v0.7.0.0 Release Notes

    • ➕ Add built-in timeout support
    • 🔄 Change behavior using io-streams' convention:
      • reading InputStream will throw exception, and the socket won't be closed.
      • writing to OutputStream will not cause a write until flush.
      • writing empty ByteString to OutputStream will do a flush.