Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / hyperium/hyper-util issues and pull requests

#165 - fix(client): Fix `HTTP/2` websocket request

Pull Request - State: closed - Opened by 0x676e67 11 days ago - 3 comments

#164 - builder: expose methods for determining if HTTP/1.1 or HTTP/2 support are enabled

Pull Request - State: closed - Opened by tobz 13 days ago - 2 comments

#163 - feat(client): expose connection reuse state to `Connected`

Pull Request - State: open - Opened by zino23 17 days ago - 2 comments

#162 - Expose legacy error kinds

Pull Request - State: open - Opened by richarddd 21 days ago - 2 comments

#160 - fix: Align the cfg compilation with the `socket2`

Pull Request - State: closed - Opened by linyihai about 1 month ago - 5 comments

#158 - chore(ci): Use hashbrown 0.15.0 in MSRV check

Pull Request - State: closed - Opened by tottoto 3 months ago

#157 - chore: Remove needless lifetime

Pull Request - State: closed - Opened by tottoto 3 months ago

#155 - chore: Fix test warning

Pull Request - State: closed - Opened by gretchenfrage 3 months ago

#153 - refactor: allow resolve span to be disabled

Pull Request - State: closed - Opened by seanmonstar 4 months ago - 3 comments

#152 - Add a new config to set TCP_USER_TIMEOUT

Pull Request - State: closed - Opened by guillaumebort 4 months ago

#151 - chore: remove tower dep by vendoring Oneshot

Pull Request - State: closed - Opened by seanmonstar 5 months ago

#150 - fix erroneous retries on a failed request to a newly opened socket

Pull Request - State: closed - Opened by ahl 5 months ago - 2 comments

#149 - chore(ci): pin tokio-util in MSRV CI job

Pull Request - State: closed - Opened by seanmonstar 5 months ago

#148 - feat: use non-zero ports resolved by dns resolvers

Pull Request - State: closed - Opened by Nuhvi 5 months ago - 2 comments

#147 - Introduce hyper_util::server::conn::auto::upgrade::downcast

Pull Request - State: closed - Opened by nox 5 months ago - 2 comments

#146 - feat(server): add support for `idle_timeout`.

Pull Request - State: closed - Opened by finnbear 6 months ago - 1 comment

#145 - feat!(client): expose whether a connection is reused from the pool

Pull Request - State: open - Opened by magurotuna 6 months ago - 4 comments

#144 - chore(dependencies): bump tower to v0.5

Pull Request - State: closed - Opened by paolobarbolini 6 months ago - 5 comments

#143 - Added graceful_shutdown_v2 function.

Pull Request - State: closed - Opened by ionut-slaveanu 6 months ago

#141 - tests: rewrite drop_client_closes_idle_connection in async

Pull Request - State: closed - Opened by seanmonstar 6 months ago

#140 - feat(client): add `proxy::Tunnel` legacy util

Pull Request - State: open - Opened by seanmonstar 6 months ago

#139 - chore(ci): Use tokio 1.38.1 in MSRV check

Pull Request - State: closed - Opened by tottoto 7 months ago

#138 - Make use of Builder::serve_buffered_connection

Pull Request - State: closed - Opened by nox 7 months ago

#136 - feat(server): implement Clone for GracefulShutdown

Pull Request - State: open - Opened by tottoto 7 months ago - 3 comments

#135 - Restore connect info in errors

Pull Request - State: closed - Opened by nox 7 months ago

#134 - fix: run dns resolution in the same tracing-span as the caller

Pull Request - State: closed - Opened by joshka 7 months ago - 1 comment

#133 - fix: improve retrying of dying pooled connections

Pull Request - State: closed - Opened by seanmonstar 7 months ago

#132 - Support AIX operating system in legacy client

Pull Request - State: closed - Opened by ecnelises 8 months ago - 1 comment

#131 - fix: remove unnecesary receiver field from GracefulShutdown

Pull Request - State: closed - Opened by ramiroaisen 8 months ago

#130 - chore: update to pnet_datalink 0.35.0

Pull Request - State: closed - Opened by tottoto 8 months ago

#129 - chore(test): resolve result in test

Pull Request - State: closed - Opened by tottoto 8 months ago

#128 - feat: add auto Connection::into_owned

Pull Request - State: closed - Opened by seanmonstar 8 months ago

#127 - feat: add GracefulShutdown helper

Pull Request - State: closed - Opened by seanmonstar 9 months ago - 1 comment

#126 - Config rust-version at Cargo.toml

Pull Request - State: closed - Opened by tisonkun 9 months ago

#124 - feat: add {http1,http2}_only for auto conn

Pull Request - State: closed - Opened by tisonkun 9 months ago - 3 comments

#122 - bump hyper to v1.3.0

Pull Request - State: closed - Opened by dswij 9 months ago

#121 - Add API for poisoning connections

Pull Request - State: closed - Opened by rcoh 9 months ago - 11 comments

#120 - Fix typo in legacy/client.rs

Pull Request - State: closed - Opened by FabijanC 9 months ago

#119 - Adds max_pending_accept_reset_streams for legacy

Pull Request - State: closed - Opened by tisonkun 10 months ago - 1 comment

#118 - refactor: replace SyncWrapper with sync_wrapper crate

Pull Request - State: open - Opened by tottoto 10 months ago

#117 - feat: impl Connection for TokioIo

Pull Request - State: closed - Opened by kvinwang 10 months ago - 3 comments

#116 - doc: Fix `TokioIo` doc

Pull Request - State: closed - Opened by MaxFangX 10 months ago

#115 - Add !Send server example

Pull Request - State: closed - Opened by JanBerktold 10 months ago

#114 - fix: disable default features for dep "tower"

Pull Request - State: closed - Opened by hasezoey 10 months ago - 1 comment

#113 - feat(conn/auto): allow serving connection with upgrade after config

Pull Request - State: closed - Opened by martinetd 10 months ago - 3 comments

#112 - feat(client): Add connection capturing API to hyper-util

Pull Request - State: closed - Opened by rcoh 10 months ago

#111 - feat: add `{http1,http2}_only` for auto conn

Pull Request - State: closed - Opened by dswij 11 months ago - 4 comments

#110 - add an example showing how to make a server

Pull Request - State: closed - Opened by CobaltCause 11 months ago

#110 - add an example showing how to make a server

Pull Request - State: closed - Opened by CobaltCause 11 months ago

#109 - feat(service): relax service module feature

Pull Request - State: closed - Opened by tottoto 11 months ago

#109 - feat(service): relax service module feature

Pull Request - State: open - Opened by tottoto 11 months ago

#108 - #2862: GracefulShutdown utility

Pull Request - State: closed - Opened by GlenDC 11 months ago - 7 comments

#108 - #2862: GracefulShutdown utility

Pull Request - State: open - Opened by GlenDC 11 months ago - 6 comments

#107 - feat: adapt configurable `max_headers`

Pull Request - State: closed - Opened by wfly1998 11 months ago - 1 comment

#106 - tests: add teest for graceful shutdown

Pull Request - State: closed - Opened by mladedav 11 months ago

#106 - tests: add teest for graceful shutdown

Pull Request - State: closed - Opened by mladedav 11 months ago

#105 - feat(server-auto): make http1 and http2 feature optional

Pull Request - State: open - Opened by tottoto 11 months ago

#104 - chore: make futures-util optional

Pull Request - State: closed - Opened by tottoto 11 months ago - 1 comment

#104 - chore: make futures-util optional

Pull Request - State: closed - Opened by tottoto 11 months ago - 1 comment

#103 - fix: enable socket2 only for client-legacy

Pull Request - State: closed - Opened by elpiel 11 months ago

#102 - Adds `max_pending_accept_reset_streams` for legacy

Pull Request - State: closed - Opened by allan2 11 months ago - 3 comments

#102 - Adds `max_pending_accept_reset_streams` for legacy

Pull Request - State: open - Opened by allan2 11 months ago

#101 - fix(conn/auto): hang on graceful shutdown when reading version

Pull Request - State: closed - Opened by dswij 12 months ago

#101 - fix(conn/auto): hang on graceful shutdown when reading version

Pull Request - State: closed - Opened by dswij 12 months ago

#100 - refactor(lib): apply small refactoring

Pull Request - State: closed - Opened by tottoto 12 months ago

#99 - refactor: improve fmt::Debug for legacy::Error

Pull Request - State: closed - Opened by seanmonstar 12 months ago

#97 - Fix readversion

Pull Request - State: closed - Opened by SergioBenitez about 1 year ago

#97 - Fix readversion

Pull Request - State: closed - Opened by SergioBenitez about 1 year ago

#96 - chore: add semver job to CI

Pull Request - State: closed - Opened by seanmonstar about 1 year ago

#95 - feat: Add a `Error::is_connect()` method

Pull Request - State: closed - Opened by jakubadamw about 1 year ago

#94 - chore: update to 2021 edition

Pull Request - State: closed - Opened by seanmonstar about 1 year ago

#93 - feat: impl From<Http1|Http2> for auto::Builder

Pull Request - State: open - Opened by seanmonstar about 1 year ago - 1 comment

#92 - Fix graceful shutdown for Http(1|2)Builder

Pull Request - State: closed - Opened by k0nserv about 1 year ago - 1 comment

#91 - fix: unpinned patch version in dependencies

Pull Request - State: closed - Opened by ikrivosheev about 1 year ago - 2 comments

#90 - Max pending accept reset streams

Pull Request - State: closed - Opened by ikrivosheev about 1 year ago - 1 comment

#89 - Fix spelling

Pull Request - State: closed - Opened by jayvdb about 1 year ago

#88 - refactor(client): small refactoring

Pull Request - State: closed - Opened by tottoto about 1 year ago

#87 - feat(http2): add `initial_max_send_streams` method to client builder

Pull Request - State: closed - Opened by magurotuna about 1 year ago - 3 comments

#86 - 2862: GracefulShutdown utility

Pull Request - State: closed - Opened by GlenDC about 1 year ago - 9 comments

#85 - Remove an unnecessary Unpin bound

Pull Request - State: closed - Opened by sfackler about 1 year ago - 1 comment

#85 - Remove an unnecessary Unpin bound

Pull Request - State: closed - Opened by sfackler about 1 year ago - 1 comment

#84 - feat: add timer support for `legacy::Pool`

Pull Request - State: closed - Opened by dswij about 1 year ago

#84 - feat: add timer support for `legacy::Pool`

Pull Request - State: open - Opened by dswij about 1 year ago

#83 - fix(client): no keep-alive always returning an error

Pull Request - State: closed - Opened by dswij about 1 year ago - 3 comments

#82 - Document the correct default value

Pull Request - State: closed - Opened by psibi about 1 year ago

#81 - Prepare v0.1.2

Pull Request - State: closed - Opened by seanmonstar about 1 year ago

#80 - feat: allow enabling http1/http2 individually

Pull Request - State: closed - Opened by SergioBenitez about 1 year ago - 5 comments

#79 - feat: tower should be an optional dependency

Pull Request - State: closed - Opened by sigoden about 1 year ago - 6 comments

#78 - Add back `max_pending_accept_reset_streams`

Pull Request - State: closed - Opened by allan2 about 1 year ago - 4 comments

#77 - feat: port legacy client integration tests

Pull Request - State: closed - Opened by dswij about 1 year ago - 3 comments