clue · GitHub

Merged

Merged

Conversation

$stream = new LengthLimitedStream($stream, $contentLength);
}

$request = $request->withoutHeader('Content-Length');

@legionth 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

Mar 3, 2017

clue

clue approved these changes Mar 3, 2017

Merged

jsor


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.

@legionth

clue

clue approved these changes Mar 6, 2017

jsor

jsor approved these changes Mar 6, 2017

Merged

WyriHaximus

@WyriHaximus

@clue clue mentioned this pull request

Mar 7, 2017

Closed

This was referenced

Apr 6, 2018

Merged

Merged

Read the original on github.com ↗