-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a test-only
send_settings
config option (#207)
* tests: Remove incorrect driver comments In all of these test cases, the driver _is_ polled. * tests: Poll driver in header_too_big_discard_from_client It is actually safe to poll the driver, since: 1. It only matters that the server has a false impression of the client's max_field_section_size and 2. It doesn't matter if the client knows about the server's max_field_section_size or not * Add a test-only send_settings config option Instead of reading into the server's RequestStream and manually overriding its shared state, just have a test-only config option to have the client not send its settings.
- Loading branch information
Showing
5 changed files
with
75 additions
and
55 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
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