seanmonstar / httparse

A push parser for the HTTP 1.x protocol in Rust.
https://docs.rs/httparse
Apache License 2.0
569 stars 110 forks source link

Allow spaces between header name and colon (fixes #88) #91

Closed nox closed 3 years ago

nox commented 3 years ago

Maybe we can put the whitespace skipping in its own #[cold] #[inline(never)] function to keep it off the happy path.

nox commented 3 years ago

I have restored 1.10 compat.