-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not require :authority pseudo header (#212)
Motivation: According to the HTTP/3 spec, "this pseudo-header field MUST be omitted when translating from an HTTP/1.1 request that has a request target in a method-specific form". Before this change, `Http3HeadersSink` would error when the :authority is missing. Modification: Make `Http3HeadersSink` accept the case where `:authority` is missing for `OPTIONS *`. Result: `Http3HeadersSink` follows spec. --------- Co-authored-by: Norman Maurer <[email protected]>
- Loading branch information
1 parent
8dec344
commit 2f06edb
Showing
2 changed files
with
35 additions
and
0 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