aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-07-23 17:22:21 +0200
committerLoïc Hoguin <[email protected]>2020-09-21 15:51:56 +0200
commit323bd167fd33f322ab8747e398e54a8a36f5b753 (patch)
tree8105c23a63f76eb204ea32f4b29e933a18976b5e /test
parentf8272a1e8d5fbf3b8021479d142a2002846fe062 (diff)
downloadgun-323bd167fd33f322ab8747e398e54a8a36f5b753.tar.gz
gun-323bd167fd33f322ab8747e398e54a8a36f5b753.tar.bz2
gun-323bd167fd33f322ab8747e398e54a8a36f5b753.zip
Add the base_stream_ref to gun_http/gun_http2
Diffstat (limited to 'test')
-rw-r--r--test/rfc7540_SUITE.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/rfc7540_SUITE.erl b/test/rfc7540_SUITE.erl
index b171fa2..0991b1b 100644
--- a/test/rfc7540_SUITE.erl
+++ b/test/rfc7540_SUITE.erl
@@ -534,3 +534,6 @@ do_connect_http(OriginScheme, OriginTransport, OriginProtocol, ProxyScheme, Prox
}]
}} = gun:stream_info(ConnPid, ProxiedStreamRef),
gun:close(ConnPid).
+
+%% @todo Have a test with a Cowboy origin that confirms that tunneled requests
+%% work as intended.