Skip to content

Commit 067f8c9

Browse files
committed
Update release notes for PR #21
1 parent b902c44 commit 067f8c9

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.release-notes/next-release.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ LibreSSL users previously had to build with `-Dopenssl_0.9.0`, which forced Libr
44

55
LibreSSL now has its own define. Projects that build against LibreSSL should switch from `-Dopenssl_0.9.0` to `-Dlibressl`.
66

7+
## SSLConnection ignores _notify.received value
8+
9+
Previously, when a `TCPConnectionNotify` wrapped by `SSLConnection` returned `false` from its `received` callback to request yielding to other actors, `SSLConnection` discarded the return value and always told `TCPConnection` to continue reading. This meant backpressure signaling through SSL connections had no effect.
10+
11+
`SSLConnection` now properly propagates the wrapped notify's `received` return value to `TCPConnection`, allowing the backpressure/yield mechanism to work through SSL connections.
12+

.release-notes/ssl-connection-received-return.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)