-
Notifications
You must be signed in to change notification settings - Fork 122
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: swift-server/async-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: clintonpi/async-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: debug-initializer
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
Able to merge.
These branches can be automatically merged.
- 9 commits
- 5 files changed
- 4 contributors
Commits on Jan 21, 2025
-
Add "debug initializer" hook for channels
Motivation: As requested in #596, it can be handy to have a lower-level access to channels (HTTP/1 connection, HTTP/2 connection, or HTTP/2 stream) to enable a more fine-grained interaction for, say, observability, testing, etc. Modifications: - Add 3 new properties (`http1_1ConnectionDebugInitializer`, `http2ConnectionDebugInitializer` and `http2StreamChannelDebugInitializer`) to `HTTPClient.Configuration` with access to the respective channels. These properties are of `Optional` type `@Sendable (Channel) -> EventLoopFuture<Void>` and are called when creating a connection/stream. Result: Provides APIs for a lower-level access to channels.
Configuration menu - View commit details
-
Copy full SHA for 9e26b5e - Browse repository at this point
Copy the full SHA 9e26b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f51ae1c - Browse repository at this point
Copy the full SHA f51ae1cView commit details
Commits on Jan 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a323796 - Browse repository at this point
Copy the full SHA a323796View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d22e92 - Browse repository at this point
Copy the full SHA 0d22e92View commit details
Commits on Jan 24, 2025
-
Co-authored-by: Cory Benfield <lukasa@apple.com>
Configuration menu - View commit details
-
Copy full SHA for 4847b6e - Browse repository at this point
Copy the full SHA 4847b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d47e756 - Browse repository at this point
Copy the full SHA d47e756View commit details -
Configuration menu - View commit details
-
Copy full SHA for fec1b80 - Browse repository at this point
Copy the full SHA fec1b80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77ffedf - Browse repository at this point
Copy the full SHA 77ffedfView commit details
Commits on Mar 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 134aebf - Browse repository at this point
Copy the full SHA 134aebfView commit details
There are no files selected for viewing