Skip to content

Commit

Permalink
pre-release activities
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Oct 13, 2018
1 parent 1166830 commit 45531ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ v1.2.5 (13.10.2018)
------
- decoupled from Zend Diactoros via PSR-17 factory (by @1ma)
- `Verbose` flag for cli renamed to `verbose` (by @ruudk)
- bugfix: HTTP protocol version mismatch on PHP end

v1.2.4 (30.09.2018)
------
Expand Down
1 change: 1 addition & 0 deletions src/PSR7Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public function acceptRequest()
parse_str($ctx['rawQuery'], $query);

$request = $request
->withProtocolVersion(substr($ctx['protocol'], 5))
->withCookieParams($ctx['cookies'])
->withQueryParams($query)
->withUploadedFiles($this->wrapUploads($ctx['uploads']));
Expand Down

0 comments on commit 45531ae

Please sign in to comment.