-
Notifications
You must be signed in to change notification settings - Fork 720
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
h3i: add --replay-host-override option
One use case for replaying a recorded session with the h3i CLI is to execture the same sequence of actions to different target servers. Many servers will validate that there is a provided "host" or ":authority" header field, and that it matches the certificate SAN. This change adds the "--replay-host-override" option that can be used in combination with the --qlog-input option. It replaces any "host" or ":authority" header in a HEADERS frame, with the provided value.
- Loading branch information
Showing
2 changed files
with
141 additions
and
126 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