Commit f8bcdab 1 parent cabdec6 commit f8bcdab Copy full SHA for f8bcdab
File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.8.3 (2018-04-11)
4
+
5
+ * Feature: Do not pause connection stream to detect closed connections immediately.
6
+ (#315 by @clue )
7
+
8
+ * Feature: Keep incoming ` Transfer-Encoding: chunked ` request header.
9
+ (#316 by @clue )
10
+
11
+ * Feature: Reject invalid requests that contain both ` Content-Length ` and ` Transfer-Encoding ` request headers.
12
+ (#318 by @clue )
13
+
14
+ * Minor internal refactoring to simplify connection close logic after sending response.
15
+ (#317 by @clue )
16
+
3
17
## 0.8.2 (2018-04-06)
4
18
5
19
* Fix: Do not pass ` $next ` handler to final request handler.
Original file line number Diff line number Diff line change @@ -1173,7 +1173,7 @@ The recommended way to install this library is [through Composer](https://getcom
1173
1173
This will install the latest supported version:
1174
1174
1175
1175
``` bash
1176
- $ composer require react/http:^0.8.2
1176
+ $ composer require react/http:^0.8.3
1177
1177
```
1178
1178
1179
1179
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments