-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…3092) Motivation: By default we set values for `MAX_HEADER_LIST_SIZE` and `INITIAL_WINDOW_SIZE` settings at `H2ProtocolConfigBuilder` level. However, if users want to change only one setting (for example, `MAX_CONCURRENT_STREAMS`), they lose our defaults when they use `Http2SettingsBuilder`. Modifications: - Move defaults initialization from `H2ProtocolConfigBuilder` to `Http2SettingsBuilder`. Result: Users always start with consistent default `Http2Settings` and can use builder methods to override what they want.
- Loading branch information
1 parent
8fd62da
commit 275623c
Showing
2 changed files
with
16 additions
and
9 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