hyper icon indicating copy to clipboard operation
hyper copied to clipboard

An HTTP library for Rust

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

this commit introduces a `std::error::Error` implementation for `hyper::client::conn::TrySendError`. this allows callers of `hyper::client::conn::http2::SendRequest::try_send_request()` or `hyper::client::conn::http1::SendRequest::try_send_request()` to box a `TrySendError` without discarding a potentially recovered message. a `std::fmt::Display` implementation is added...

A-client
C-feature

**Is your feature request related to a problem? Please describe.** Our use case of Hyper is using it as a proxy server. One of the difference from proxy test we...

C-feature

**Version** hyper=1.5.0, h2=0.4.6 **Platform** Linux runner-gijtt4lj-project-989-concurrent-0cnnp8 4.19.91-27.1.al7.x86_64 #1 SMP Tue Feb 21 11:41:32 CST 2023 x86_64 x86_64 x86_64 GNU/Linux **Description** This h2 assertion failed: https://github.com/hyperium/h2/blob/27d12726d915e1de131de2cac5e8ee260dda8be9/src/proto/streams/prioritize.rs#L448-L52 The logs and stack trace:...

C-bug
A-http2
S-waiting-on-author