Merged
Merged
Conversation
| $stream = new LengthLimitedStream($stream, $contentLength); | ||
| } | ||
|
|
||
| $request = $request->withoutHeader('Content-Length'); |
legionth
changed the title
Remove 'Transfer-Encoding' and 'Content-Length' header before emitting the request event
Remove 'Transfer-Encoding' before emitting to the request event
clue approved these changes Mar 3, 2017
Merged
|
|
||
| The `Request` class is responsible for streaming the incoming request body | ||
| and contains meta data which was parsed from the request headers. | ||
| If the request body is chunked-encoded, the data will be decoded an emitted on the data event. |
clue approved these changes Mar 6, 2017
jsor approved these changes Mar 6, 2017
Merged