Jacob Rothstein
Jacob Rothstein
this is a mirror issue for https://github.com/http-rs/surf/issues/298 > surf will use an unbounded amount of memory if the server sends a single infinitely large header. surf has some DoS prevention...
This PR represents all breaking changes for async-h1 v3. Please target any breaking change PRs on the v3 branch closes #152 closes #122
In most cases, we parse a url from host and path and then later on only use the path for routing. Holding two &str's on Request and only generating a...
Other users than http-rs might want to use these types, but they cannot currently be constructed outside of this crate
this is also an async-h1 client issue, but ideally would be exposed at both the surf and http-client levels as well — users may want to upgrade a request made...
mostly making this pr to confirm that the build is fixed, since the important update would happen automatically