aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_http2.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-07-30 15:59:23 +0200
committerLoïc Hoguin <[email protected]>2020-09-21 15:51:57 +0200
commita1729d5584364412f72d0d6337447da653da865b (patch)
treef67daf56820310fe3d98ddceed3de60aedbb5984 /src/gun_http2.erl
parentf1e7517c05bb97c257ad7a39e170ebc91ca42149 (diff)
downloadgun-a1729d5584364412f72d0d6337447da653da865b.tar.gz
gun-a1729d5584364412f72d0d6337447da653da865b.tar.bz2
gun-a1729d5584364412f72d0d6337447da653da865b.zip
Make gun_socks_up stream-specific for HTTP/2 CONNECT
Diffstat (limited to 'src/gun_http2.erl')
-rw-r--r--src/gun_http2.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gun_http2.erl b/src/gun_http2.erl
index b8ae033..11dbb3d 100644
--- a/src/gun_http2.erl
+++ b/src/gun_http2.erl
@@ -368,9 +368,8 @@ tunnel_commands([{switch_protocol, Protocol0, ReplyTo}|Tail], Stream=#stream{ref
{Protocol1, maps:get(Protocol1:opts_name(), Opts, #{})}
end,
%% When we switch_protocol from socks we must send a gun_socks_up message.
-%% @todo OK but perhaps we should give the StreamRef!!
_ = case CurrentProtocol of
- gun_socks -> ReplyTo ! {gun_socks_up, self(), Protocol:name()};
+ gun_socks -> ReplyTo ! {gun_socks_up, self(), stream_ref(State, StreamRef), Protocol:name()};
_ -> ok
end,
OriginSocket = #{