issues
search
hjr3
/
weldr
A HTTP 1.1 proxy written in Rust using tokio.
Apache License 2.0
218
stars
20
forks
source link
Improve Response handling
#27
Closed
hjr3
closed
7 years ago
hjr3
commented
7 years ago
The parse_response function is now more correct. It can handle incomplete frames and frames with extra data. It can also support chunked responses.
The pipeline now uses Response. Currently, there is no way in the existing Framed implementation to communicate incomplete data.
The http_version parser has been fixed too!