k

Results 15 issues of k

Hello, dear open source contributors! When can you support the Unix domain socket protocol? I have simply verified the feasibility of this function through intrusive modification, and the workload is...

Contributions Welcome!

``` /mnt/d/Code/container/Operator/pkg# cloc . 30 text files. 30 unique files. 0 files ignored. github.com/AlDanial/cloc v 1.82 T=0.37 s (80.0 files/s, 5352.8 lines/s) ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- Go...

#2355 I'd like to ask if it's appropriate to carry out an idle check in these

The current idle check time and interval are the same parameter. The idle timeout and idle check interval can be configured separately. https://github.com/hyperium/hyper/blob/4cd06bf25661d7e43e2fdf43eabdb8508055cf3a/src/client/pool.rs#L408 https://github.com/hyperium/hyper/blob/4cd06bf25661d7e43e2fdf43eabdb8508055cf3a/src/client/pool.rs#L448

FIX: https://github.com/hyperium/h2/issues/621

@seanmonstar As described in the issue in hyper, I think the size of the slab should be limited to max_concurrent_streams + max_concurrent_reset_streams . When the size of the slab exceeds...

https://github.com/hyperium/hyper/issues/2503 This problem is happening again in our environment. The captured packets show that H2 header information has been quickly returned. The browser is waiting for the body to be...

H2 provides a large number of configurable parameters, but hyper exposes only some of them. It is recommended that hyper provide these parameters. Currently, some servers return REFUSED_STREAM because of...

A-client
E-easy
S-feature
A-http2

**Version** hyper = "=0.14.24" **Platform** windows **Description** I use a hyper-implemented client to send requests to the hyper-implemented server. When the first request is sent, traffic control errors occasionally occur....

C-bug
S-waiting-on-author

### Problem When the cargo test is executed, the binary built by the cargo build is overwritten as the result of the cargo test build. [test-build.zip](https://github.com/rust-lang/cargo/files/11189065/test-build.zip) ``` ├── Cargo.lock ├──...

C-bug
A-features
A-workspaces
S-needs-team-input