hjr3 / weldr

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

Test chunked request body #56

Closed hjr3 closed 7 years ago

hjr3 commented 7 years ago

Verify that the proxy properly streaming the body contents of a chunked transfer between backend and frontend.

Fixes #32

yanns commented 7 years ago

👍