Skip to content

fix(tests): add :protocol pseudo-header for Extended CONNECT in WebSo… - #371

Open
Joanna-D wants to merge 1 commit into
pgjones:mainfrom
Joanna-D:main
Open

fix(tests): add :protocol pseudo-header for Extended CONNECT in WebSo…#371
Joanna-D wants to merge 1 commit into
pgjones:mainfrom
Joanna-D:main

Conversation

@Joanna-D

Copy link
Copy Markdown

fix(tests): add :protocol pseudo-header for Extended CONNECT in WebSocket tests

h2 >= 4.3.0 enforces RFC 9113 §8.3 which prohibits :scheme and :path
in ordinary CONNECT requests. WebSocket over HTTP/2 requires Extended
CONNECT (RFC 8441) with the :protocol pseudo-header.

Fixes #370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test_http2_websocket error "Ordinary CONNECT MUST NOT include :scheme or :path"

1 participant