Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tunneled HTTP/2 CONNECT bodies easier to use #253

Open
bneradt opened this issue May 1, 2023 · 0 comments
Open

Make tunneled HTTP/2 CONNECT bodies easier to use #253

bneradt opened this issue May 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@bneradt
Copy link
Collaborator

bneradt commented May 1, 2023

Masakazu added support to ATS for HTTP/2 CONNECT methods and attempted adding an autest via Proxy Verifier here:
apache/trafficserver#9616 (comment)

While doing so he ran into issues with Proxy Verifier incorrectly requiring certain pseudo header fields for CONNECT requests. That issue is recorded in #252.

While working on that test, though, Masakazu observed that crafting HTTP/1.1 requests via raw DATA or content nodes is painful. It would be nice if they could be crafted using the otherwise available HTTP/1.1 yaml specification nodes in Proxy Verifier as works naturally well for HTTP/1. See for example:

https://github.com/apache/trafficserver/blob/f25206a24c74caae11e3cc6aa650036489cf5df3/tests/gold_tests/connect/replays/connect.replay.yaml#L42-L64

@bneradt bneradt added the enhancement New feature or request label May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant