-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use sync options to get the http2 stream ID (#1229)
Motivation: NIO added API for getting channel options synchronously. NIO HTTP/2 added support for this in 1.17.0. When configuring a server we configure our new stream channels to get the stream ID to attach to the loggers. We can now do this synchronously and save some allocations. Modifications: - Bump minimum H2 version to 1.17.0 - Use sync options to get the stream ID and sync pipeline operations to add the handler. - Modify alloc-limits.sh so format better aligns with new CI yaml Result: Fewer allocations.
- Loading branch information
Showing
4 changed files
with
26 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters