Closed
Description
After upgrading our application (which only uses hyper
directly for the header!
macro in a dependent library and reqwest
otherwise) to 0.11.8, we've started getting this error showing up:
pipeline error: unexpected end of file
which comes from tokio-proto
. We've narrowed it down to hyper
changing in commit 95e0164. Is there some way that we're using reqwest
improperly that would cause this?
All of our calls using reqwest
are contained in this file and this is a long-lived structure, though we're seeing errors right after startup. Does reqwest
need changes related to its connection pool?
Cc: @bradking