File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.7 (2018-02-08)
4+
5+ * Fix: Ignore excessive whitespace in chunk header for ` Transfer-Encoding: chunked `
6+ (#123 by @DangerLifter and @clue )
7+
8+ * Fix: Ignore invalid incoming ` Transfer-Encoding ` response header
9+ (#122 by @clue )
10+
11+ * Improve documentation for ` Client ` (and advanced ` Connector ` )
12+ (#111 by @jsor and #121 by @clue )
13+
14+ * Improve test suite by adding support for PHPUnit 6
15+ (#112 by @carusogabriel )
16+
317## 0.5.6 (2017-09-17)
418
519* Feature: Update Socket component to support HTTP over Unix domain sockets (UDS)
Original file line number Diff line number Diff line change 11# HttpClient
22
33[ ![ Build Status] ( https://travis-ci.org/reactphp/http-client.svg?branch=master )] ( https://travis-ci.org/reactphp/http-client )
4- [ ![ Code Climate] ( https://codeclimate.com/github/reactphp/http-client/badges/gpa.svg )] ( https://codeclimate.com/github/reactphp/http-client )
54
65Event-driven, streaming HTTP client for [ ReactPHP] ( https://reactphp.org ) .
76
@@ -165,13 +164,13 @@ The recommended way to install this library is [through Composer](https://getcom
165164This will install the latest supported version:
166165
167166``` bash
168- $ composer require react/http-client:^0.5.6
167+ $ composer require react/http-client:^0.5.7
169168```
170169
171170See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
172171
173172This project aims to run on any platform and thus does not require any PHP
174- extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
173+ extensions and supports running on legacy PHP 5.4 through current PHP 7+ and
175174HHVM.
176175It's * highly recommended to use PHP 7+* for this project.
177176
You can’t perform that action at this time.
0 commit comments