-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Getting unexpected eof after upgrade to 0.11.8 #1396
Copy link
Copy link
Closed
Labels
A-clientArea: client.Area: client.C-bugCategory: bug. Something is wrong. This is bad!Category: bug. Something is wrong. This is bad!
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-clientArea: client.Area: client.C-bugCategory: bug. Something is wrong. This is bad!Category: bug. Something is wrong. This is bad!