hyperium / http

Rust HTTP types
Apache License 2.0
1.12k stars 283 forks source link

Fix miri error #640

Closed hjr3 closed 8 months ago

hjr3 commented 8 months ago

Relates to https://github.com/hyperium/http/issues/639

seanmonstar commented 8 months ago

Seems like the header fuzz test was perhaps timing it out or something. I made #641 just to try to get this fixed ASAP.

seanmonstar commented 8 months ago

Hm, nope, there's still MIRI failures. I've opened #642 that should no longer reverts, but fixes the other problem that was noticed.

seanmonstar commented 8 months ago

That fixed it, so I'll close. Thanks for the help!