aboutsummaryrefslogtreecommitdiffstats
path: root/test/tunnel_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/tunnel_SUITE.erl')
-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">>