File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
317## 0.8.2 (2018-04-06)
418
519* 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
11731173This will install the latest supported version:
11741174
11751175``` bash
1176- $ composer require react/http:^0.8.2
1176+ $ composer require react/http:^0.8.3
11771177```
11781178
11791179See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments