From 048224a888b3331796e66dd974c6d75234e09036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 27 Jul 2020 17:24:16 +0200 Subject: Add HTTP/2 CONNECT tests with Cowboy as origin --- src/gun_http.erl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gun_http.erl') diff --git a/src/gun_http.erl b/src/gun_http.erl index 982df82..6b511a3 100644 --- a/src/gun_http.erl +++ b/src/gun_http.erl @@ -515,6 +515,8 @@ close_reason(closed) -> closed; close_reason(Reason) -> {closed, Reason}. %% @todo Do we want an event for this? +%% +%% @todo Need to propagate stream closing to tunneled streams. close_streams(_, [], _) -> ok; close_streams(State, [#stream{is_alive=false}|Tail], Reason) -> -- cgit v1.2.3