Skip to content

Getting unexpected eof after upgrade to 0.11.8 #1396

Closed
@mathstuf

Description

@mathstuf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-clientArea: client.C-bugCategory: bug. Something is wrong. This is bad!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions