aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun.erl')
-rw-r--r--src/gun.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gun.erl b/src/gun.erl
index 1659ee3..16349e1 100644
--- a/src/gun.erl
+++ b/src/gun.erl
@@ -845,6 +845,9 @@ loop(State=#state{parent=Parent, owner=Owner, owner_ref=OwnerRef,
{system, From, Request} ->
sys:handle_system_msg(Request, From, Parent, ?MODULE, [],
{loop, State});
+ %% @todo HTTP/2 requires more timeouts than just the keepalive timeout.
+ %% We should have a timeout function in protocols that deal with
+ %% received timeouts. Currently the timeout messages are ignored.
{ws_upgrade, _, StreamRef, _, _} ->
Owner ! {gun_error, self(), StreamRef, {badstate,
"Websocket is only supported over HTTP/1.1."}},