aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-11-12 11:46:53 +0100
committerLoïc Hoguin <[email protected]>2020-11-12 11:46:53 +0100
commit52ec0b5b9f297c8dfca9160dfd344abf08a4850c (patch)
treec252f06fd281dc9a7ac5011470667c7c547fa719 /test
parent01eb4636f7a25ccdd3099629cb0d580ee8688dcc (diff)
downloadgun-52ec0b5b9f297c8dfca9160dfd344abf08a4850c.tar.gz
gun-52ec0b5b9f297c8dfca9160dfd344abf08a4850c.tar.bz2
gun-52ec0b5b9f297c8dfca9160dfd344abf08a4850c.zip
Add more new keys to gun:info and gun:stream_info manuals
Diffstat (limited to 'test')
-rw-r--r--test/tunnel_SUITE.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tunnel_SUITE.erl b/test/tunnel_SUITE.erl
index e5fad34..24fb813 100644
--- a/test/tunnel_SUITE.erl
+++ b/test/tunnel_SUITE.erl
@@ -978,6 +978,7 @@ do_proxy2_stream_info(#st{proxy1=Proxy1, proxy1_port=Proxy1Port, proxy2=Proxy2,
_ -> connect
end,
{OriginTransport, OriginProtocol} = do_type(Origin),
+ %% @todo The OriginScheme should probably be undefined if Origin is raw|rawtls.
OriginScheme = case OriginTransport of
tcp -> <<"http">>;
tls -> <<"https">>