surf icon indicating copy to clipboard operation
surf copied to clipboard

Use async-h1 for client by default

Open Fishrock123 opened this issue 5 years ago • 2 comments

~~Seems like a good time to discuss this, is this something that would be desirable for 2.0.0?~~

The List:

  • [x] outgoing chunked encoding (done in async-h1)
  • [ ] compression
  • [ ] forwarding
  • [x] connection pooling (done in http-client)
  • [x] client timeouts

We are not aiming to get HTTP/2 compatibility at this time. Use the curl_client or hyper_client if you need that.

Fishrock123 avatar Aug 16 '20 20:08 Fishrock123

See the PR for further follow-up: https://github.com/http-rs/surf/pull/223

Fishrock123 avatar Sep 10 '20 18:09 Fishrock123

timeouts will be done when https://github.com/http-rs/surf/pull/310 lands

Fishrock123 avatar Aug 23 '21 18:08 Fishrock123