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

This adds http2 server example as mentioned in https://github.com/hyperium/hyper/issues/3568

Tokio's CI suite runs all hyper tests on every PR. The `test_try_send_request` test failed on a PR that only changes documentation, so it is most likely the test that is...

**Version** List the version(s) of `hyper`, and any relevant hyper dependency (such as `h2` if this is related to HTTP/2). hyper = { version = "0.14.26", features = ["stream"] }...

C-bug

**Version** `hyper = "0.14"` via `tonic = "0.11"` `h2 = "0.3.26"` **Platform** `Linux 6.1.97-104.177.amzn2023.aarch64` **Description** We encountered a rare request failure in the wild. We do not have a local...

C-bug

When HTTP1 connection draining is activated, the Connection: close header is not attached to responses sent to active connections. This prevents active clients from realizing that the server is requesting...

C-bug
A-server
E-easy
A-http1

**Version** Hyper @ 7de02373f5e4ce392587a4d9d7710c6faf9c6165 **Platform** `Linux 6.5.0-42-generic` **Description** When the server sends a response with headers that are too big, hyper can sometimes just hang. I wrote this test: https://github.com/hyperium/hyper/blob/bdd112e9ea7df40bed65922faac68d77543e1763/tests/integration.rs#L64-L86...

C-bug

`hyper_util::server::conn::auto::Connection

C-feature

When I delete the header file under `capi/include`, run the command: ```SH (base) spongehah@MacBook capi % ./gen_header.sh cp: /Users/spongehah/Document/src/hyper/capi/include/hyper.h: No such file or directory rm: /Users/spongehah/Document/src/hyper/capi/include/hyper.h.backup: No such file or...

C-bug