aboutsummaryrefslogtreecommitdiffstats
path: root/test/raw_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-08-20 15:29:38 +0200
committerLoïc Hoguin <[email protected]>2020-09-21 15:51:57 +0200
commite1de84585490e85166926416e4eb5cea95e0e604 (patch)
treeac01fc5c8d98818eb82fa4d3415db472857c4990 /test/raw_SUITE.erl
parentca68d184abbf7bd1030b2f2035cc66c13d08dd5d (diff)
downloadgun-e1de84585490e85166926416e4eb5cea95e0e604.tar.gz
gun-e1de84585490e85166926416e4eb5cea95e0e604.tar.bz2
gun-e1de84585490e85166926416e4eb5cea95e0e604.zip
Add gun_tunnel_up message to HTTP/2 CONNECT
Diffstat (limited to 'test/raw_SUITE.erl')
-rw-r--r--test/raw_SUITE.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/raw_SUITE.erl b/test/raw_SUITE.erl
index 3d17357..9875467 100644
--- a/test/raw_SUITE.erl
+++ b/test/raw_SUITE.erl
@@ -295,6 +295,7 @@ do_http2_connect_raw(OriginTransport, ProxyScheme, ProxyTransport) ->
}} = receive_from(ProxyPid),
{response, nofin, 200, _} = gun:await(ConnPid, StreamRef),
handshake_completed = receive_from(OriginPid),
+ {up, raw} = gun:await(ConnPid, StreamRef),
gun:data(ConnPid, StreamRef, nofin, <<"Hello world!">>),
{data, nofin, <<"Hello world!">>} = gun:await(ConnPid, StreamRef),
#{