http-rs / surf

Fast and friendly HTTP client framework for async Rust
https://docs.rs/surf
Apache License 2.0
1.46k stars 120 forks source link

Problem with `Expect: 100-continue` handling with isahc #177

Open jbr opened 4 years ago

jbr commented 4 years ago

the isahc client seems to hang indefinitely when speaking to an async-h1 based server when there is a request body

yoshuawuyts commented 4 years ago

@jbr if you could file an issue on isahc that'd be grand. The author is friendly and tends to respond to reports quickly.