Skip to content

Broken pipe when making HTTP/2 requests #1283

Closed
@rastertail

Description

@rastertail
client.get(uri)

works, but

let mut request = Request::new(Method::Get, uri);
client.request(request)

results in a broken pipe.

hyper 0.11.2
hyper-tls 0.1.2
tokio-core 0.1.9

Tested on Windows 10 and Arch Linux.

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