Closed tanner0101 closed 5 years ago
This PR changes HTTPServerRequestDecoderto decode all large HTTP bodies as a stream. (Large meaning the body arrives in more than one chunk).
HTTPServerRequestDecoder
HTTPBody.consumeData
HTTPBodyStream.drain
*.consume
HTTPChunkedStream
HTTPBodyStream
Hey @tanner0101, you just merged a pull request, have a coin!
You now have 1095 coins.
This PR changes
HTTPServerRequestDecoder
to decode all large HTTP bodies as a stream. (Large meaning the body arrives in more than one chunk).HTTPBody.consumeData
andHTTPBodyStream.drain
have been renamed to*.consume
HTTPChunkedStream
has been renamed toHTTPBodyStream