5.2.0
What's Changed
- Added inactivity timeout to SetRequestTimeout interceptor by @Nek- in #362
- Fixed the exception type thrown by
SizeLimitingReadableStream
, changing it toStreamException
to comply with theReadableStream
interface - Fixed body size limit of 0 (no limit) causing an exception when using
DecompressingReadableStream
- Fixed handling of GOAWAY frames from servers, allowing streams with an ID lower than that provided in the GOAWAY frame to complete before closing the connection (#366)
New Contributors
Full Changelog: v5.1.0...v5.2.0