seanmonstar / httparse

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

Fix parsing responses with no CRs #96

Closed sfackler closed 3 years ago

sfackler commented 3 years ago

The status code would previously be folded into the first header name.