Skip to content

SwiftNIO HTTP/2 1.0.1

Compare
Choose a tag to compare
@Lukasa Lukasa released this 27 Mar 18:37
a92923b

Semver Patch

  • Added validation to enforce that END_STREAM is set on HEADERS frames containing trailers. (#81)
  • Forced HTTP2StreamMultiplexer to forward on channelActive to the parent channel. (#80)
  • Miscellaneous docs fixes. (#76, #77, #78)