Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert to using quiescing helper #453

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

adam-fowler
Copy link
Member

@adam-fowler adam-fowler commented May 16, 2024

This means we can quiesce channels outside of the handle task. Required for channels which involve an upgrade path before passing to concurrency handlers.

@adam-fowler adam-fowler marked this pull request as draft May 16, 2024 15:09
@adam-fowler adam-fowler requested a review from Joannis May 19, 2024 13:33
@adam-fowler adam-fowler marked this pull request as ready for review May 20, 2024 06:48
///
/// - parameters:
/// - initializer: A closure that initializes the provided `Channel`.
func serverChannelInitializer(_ initializer: @escaping @Sendable (Channel) -> EventLoopFuture<Void>) -> Self
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am I missing an implementation for HTTP/1.1 and HTTP/2?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what you mean here? This is here to abstract what bootstrap I am using eg Posix or TS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants