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

[WIP] Add methods for parsing with uninitialized buffers #97

Closed Soveu closed 3 years ago

Soveu commented 3 years ago

I think it solves #95

Soveu commented 3 years ago

I just realised this could be written more like the original code :/

Soveu commented 3 years ago

Actually, I might have found a bug in my code :cold_sweat:

Soveu commented 3 years ago

I need to rewrite the code from ground, closing the PR :/