Skip to content

Andrey36652/reqwest-chunked-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chunked gzip response reading bug in Reqwest

Run this with RUST_LOG=trace to see incorrect behaviour: all three HTTP requests being finished immediately and each of them creates new connection.

Expected behaviour: HTTP requests should be executed serially, each should take approximately 4 (see src/server.rs) seconds, all requests should reuse same connection.

In order to see expected behavior uncomment line in src/client.rs.

About

Reproduction for reqwest bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages