File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.4 (2019-01-16)
4+
5+ * Improvement: Internal refactoring to simplify response header logic.
6+ (#321 by @clue )
7+
8+ * Improvement: Assign Content-Length response header automatically only when size is known.
9+ (#329 by @clue )
10+
11+ * Improvement: Import global functions for better performance.
12+ (#330 by @WyriHaximus )
13+
314## 0.8.3 (2018-04-11)
415
516* Feature: Do not pause connection stream to detect closed connections immediately.
Original file line number Diff line number Diff line change @@ -1189,7 +1189,7 @@ The recommended way to install this library is [through Composer](https://getcom
11891189This will install the latest supported version:
11901190
11911191``` bash
1192- $ composer require react/http:^0.8.3
1192+ $ composer require react/http:^0.8.4
11931193```
11941194
11951195See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments