Tests: add forward proxy and CONNECT tunnel coverage#39
Open
anchmelev wants to merge 3 commits into
Open
Conversation
Author
|
I have hereby read the F5 CLA and agree to its terms |
This was referenced Mar 25, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
README.mdand/orCHANGELOG.md).This adds companion test coverage for OSS forward proxy support and CONNECT tunneling.
The new tests cover HTTP/1.1, HTTP/2, and HTTP/3 behavior for both CONNECT tunnels and ordinary HTTP forward proxying.
Added tests
CONNECT tunnel coverage
tunnel.th2_tunnel.th3_tunnel.tThese tests cover:
tunnel_allow_upstreamtunnel_bind/tunnel_bind_dynamic:authorityhandling for H2/H3 CONNECTForward proxy coverage
forward_proxy.tforward_proxy_conf.tforward_proxy_ipv6.th3_forward_proxy.tThese tests cover:
Hostreconstruction from target authorityhttps://...targets without CONNECTforward_proxy on;is configuredresolverforward_proxyandproxy_passforward_proxy on/offHarness update
lib/Test/Nginx.pmis updated to recognize the newhttp_tunnelmodule in feature checks.Validation
This test set was run together with the corresponding nginx implementation changes, along with existing regression coverage for proxy and H2/H3 request body handling.
Companion implementation PR: nginx/nginx#1217
This PR adds companion tests for the OSS forward proxy support introduced in nginx/nginx#1217.