Skip to content

Several stop-sending bug fixes; new optional callback

Compare
Choose a tag to compare
@litespeedtech litespeedtech released this 23 Dec 15:00
· 164 commits to master since this release
  • [BUGFIX] Do not drop incoming data when STOP_SENDING is received.
  • [BUGFIX] Receipt of STOP_SENDING should not cause read-reset.
  • [BUGFIX] Allow stream writes after receiving RESET.
  • [BUGFIX] Typo in stream: ANDing enum with wrong flag.
  • [BUGFIX] Reset elision: do not use zero as special stream ID value, for zero is a valid stream ID in IETF QUIC.
  • [API] Add optional on_conncloseframe_received() callback.
  • Use zero error code in RESET stream sent in response to STOP_SENDING.