hjr3 / weldr

A HTTP 1.1 proxy written in Rust using tokio.
Apache License 2.0
217 stars 20 forks source link

handle chunked request body #32

Closed yanns closed 7 years ago

yanns commented 7 years ago

For the moment, we only support request body when the body is directly available, with a Content-Length header.

We should support also chunked request body, send with the Transfer-Encoding http header.

hjr3 commented 7 years ago

@yanns This was resolved in #43, correct?

yanns commented 7 years ago

I guess yes, although I have not tested that. Have you tested it?

hjr3 commented 7 years ago

No, let's leave this open until we get tests in https://github.com/hjr3/alacrity/blob/master/tests/test-proxy.rs