Skip to content

3.0.0 Beta 3

Pre-release
Pre-release

Choose a tag to compare

@trowski trowski released this 10 Aug 21:39
v3.0.0-beta.3
6906c78
  • Remove the streamThreshold parameter from DefaultHttpDriverFactory, Http1Driver, and Http2Driver constructors. Data read from body streams is now immediately pushed to the client. Use a custom stream implementation for the body if buffering is desired.
  • Fixed HTTP/2 upgrade requests. (#333)
  • Fixed compression with streamed responses (#324) - Compression is now unconditionally enabled if the first body chunk does not arrive within 100ms (configurable via a constructor parameter).
  • Added option to disable HTTP/2 in DefaultHttpDriverFactory constructor.