We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3058105 commit ee97047Copy full SHA for ee97047
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
5
+## [2.0.1] - 2020-07-02
6
+### Fixed:
7
+- Fixed a bug in `ChunkedStreamingHandler` that caused the response to hang before reading the headers if there was no initial data in the stream.
8
+
9
## [2.0.0] - 2020-07-01
10
### Added:
11
- In `httphelpers`, `ChunkedStreamingHandler`, `SSEHandler`, and `SSEEvent`
0 commit comments