From f2e8d103dd7827251fa726c42e307e42cef8a3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 7 Oct 2020 16:35:17 +0200 Subject: Propagate timeouts to the right layer in HTTP/2 tunnels This temporarily depends on Cowlib master. --- test/tunnel_SUITE.erl | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'test/tunnel_SUITE.erl') diff --git a/test/tunnel_SUITE.erl b/test/tunnel_SUITE.erl index 190eb17..6cc50f8 100644 --- a/test/tunnel_SUITE.erl +++ b/test/tunnel_SUITE.erl @@ -774,18 +774,6 @@ socks5tls_socks5tls_rawtls(_) -> }). do_tunnel(FunctionName) -> - -%dbg:tracer(), -%dbg:tpl(gun, []), -%dbg:tpl(gun_http, []), -%dbg:tpl(gun_http2, []), -%dbg:tpl(gun_tunnel, []), -%dbg:p(all, c), - -%dbg:tracer(), -%dbg:tpl(?MODULE, []), -%dbg:p(all, c), - [Proxy1, Proxy2, Origin] = [list_to_atom(Lex) || Lex <- string:lexemes(atom_to_list(FunctionName), "_")], do_doc(Proxy1, Proxy2, Origin), {ok, OriginPid, OriginPort} = do_origin_start(Origin), -- cgit v1.2.3