- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: hyperium/hyper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.24
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hyperium/hyper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.25
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 20 files changed
- 5 contributors
Commits on Feb 20, 2023
-
feat(client): add
poison
toConnected
(#3145)Add `poison` method to `Connected`. This allows callers to mark a connection as poisoned which prevents the pool from reusing it on subsequent requests. `is_open` will consider poisoning prior to returning a connection to the pool.
Configuration menu - View commit details
-
Copy full SHA for 37ed5a2 - Browse repository at this point
Copy the full SHA 37ed5a2View commit details
Commits on Feb 22, 2023
-
feat(client): add
client::connect::capture_connection()
(#3144)Add `capture_connection` functionality. This allows callers to retrieve the `Connected` struct of the connection that was used internally by Hyper. This is in service of #2605. Although this uses `http::Extensions` under the hood, the API exposed explicitly hides that detail.
Configuration menu - View commit details
-
Copy full SHA for c849339 - Browse repository at this point
Copy the full SHA c849339View commit details
Commits on Mar 6, 2023
-
feat(client): add 1.0 compatible client conn API (#3155)
This patch backports client/conn/http1 and http2 modules from 1.0 to ease transition. It allows code still using 0.14.x to switch to the per-version Connection types available in 1.0. Closes #3053 Co-authored-by: KOVACS Tamas <ktamas@fastmail.fm>
Configuration menu - View commit details
-
Copy full SHA for 253cc74 - Browse repository at this point
Copy the full SHA 253cc74View commit details
Commits on Mar 7, 2023
-
feat(client): deprecate
client::conn
types (#3156)`client::conn::{SendRequest, Connection, Builder, handshake}` are deprecated as they are removed in 1.0. This adds the `deprecated` feature to Cargo, and only when `hyper/deprecated` is enabled will these warnings be emitted. Co-authored-by: KOVACS Tamas <ktamas@fastmail.fm>
Configuration menu - View commit details
-
Copy full SHA for 0ced15d - Browse repository at this point
Copy the full SHA 0ced15dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0368a41 - Browse repository at this point
Copy the full SHA 0368a41View commit details
Commits on Mar 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84881c9 - Browse repository at this point
Copy the full SHA 84881c9View commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 02fe20f - Browse repository at this point
Copy the full SHA 02fe20fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86bc750 - Browse repository at this point
Copy the full SHA 86bc750View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc111eb - Browse repository at this point
Copy the full SHA fc111ebView commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 645db19 - Browse repository at this point
Copy the full SHA 645db19View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9d4e83 - Browse repository at this point
Copy the full SHA a9d4e83View commit details
There are no files selected for viewing