hyper icon indicating copy to clipboard operation
hyper copied to clipboard

An HTTP library for Rust

Results 302 hyper issues
Sort by recently updated
recently updated
newest added

There doesn't seem a way to specify, on a server, after a client connection has been accepted, a read timeout so as to close the client connection after a while...

C-feature

As `hyper`'s msrv is 1.56, we could use 2021 edition.

This is an action item of the [COE on hyper's surprise CVE](https://seanmonstar.com/post/715784167270596608/coe-surpise-hyper-cve). We have a pile of issues and pull requests that don't get regularly reviewed, and new issues that...

B-rfc
A-meta

In the previous implementation the `connect_to` future was spawned to let it finish when the checkout future won the race. However, in the event of the user dropping the `ResponseFuture`,...

This is an action item of the [COE on hyper's surprise CVE](https://seanmonstar.com/post/715784167270596608/coe-surpise-hyper-cve): > There is a [triage guide](https://hyper.rs/contrib/issues/#triaging) for bug reports, which is a good thing. But that doesn’t mean...

B-rfc
A-meta

One of the action items of the [COE on hyper's surprise CVE](https://seanmonstar.com/post/715784167270596608/coe-surpise-hyper-cve) is to convert the existing bug report template from markdown to a form. This page may help with...

E-easy
A-meta

**Version** 1.0.0-rc.3 **Platform** Not relevant **Description** Can some of the examples for hyper 1.0.0 show how to make use of tower layers with hyper 1.0.0-rc.3? All of the examples I...

E-easy
A-docs

**Is your feature request related to a problem? Please describe.** The function `hyper::service::service_fn` uses a private return type, making it more difficult to compose. **Describe the solution you'd like** Make...

S-feature

**Version** 0.14.25. I guess it applies also to the pool in hyper-util, but haven't really checked. **Platform** Darwin Kernel Version 21.4.0: Mon Feb 21 20:35:58 PST 2022; root:xnu-8020.101.4~2/RELEASE_ARM64_T6000 arm64 **Description**...

C-bug

The `http1_header_read_timeout` used to start once there was a single read of headers. This change makes it start the timer immediately, right when the connection is estabilished. Closes #3178 cc...