aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_tunnel.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun_tunnel.erl')
-rw-r--r--src/gun_tunnel.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gun_tunnel.erl b/src/gun_tunnel.erl
index 2594d24..72f97f7 100644
--- a/src/gun_tunnel.erl
+++ b/src/gun_tunnel.erl
@@ -121,8 +121,6 @@ init(ReplyTo, OriginSocket, OriginTransport, Opts=#{stream_ref := StreamRef, tun
}, EvHandlerState0),
%% When the tunnel protocol is HTTP/1.1 or SOCKS
%% the gun_tunnel_up message was already sent.
- %%
- %% @todo There's probably a better way.
_ = case TunnelProtocol of
http -> ok;
socks -> ok;