3.0.0 Beta 3
Pre-release
Pre-release
- Remove the streamThreshold parameter from
DefaultHttpDriverFactory,Http1Driver, andHttp2Driverconstructors. 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
DefaultHttpDriverFactoryconstructor.