hyperium / hyper

An HTTP library for Rust
https://hyper.rs
MIT License
14.07k stars 1.55k forks source link

feat(http1): add option allowng leading whitespaces before first header #3643

Open dswij opened 2 months ago

dswij commented 2 months ago

closes #3285

hjr3 commented 2 months ago

This appears to be blocked on:

dswij commented 2 months ago

Yes. This PR is waiting for a new release of httparse to include the httparse changes you mentioned.

seanmonstar commented 1 week ago

There was an httpparse v1.9 release that you can refer to, now.