From 9591d4c2df694115c5c5ff1b159117fa3032d428 Mon Sep 17 00:00:00 2001 From: Wei Huang Date: Fri, 1 Apr 2022 22:35:17 +0200 Subject: Include Websocket StreamRef in gun_down messages --- src/gun_ws.erl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/gun_ws.erl b/src/gun_ws.erl index e864351..fbd1738 100644 --- a/src/gun_ws.erl +++ b/src/gun_ws.erl @@ -350,6 +350,5 @@ ws_send([Frame|Tail], State, ReplyTo, EvHandler, EvHandlerState0) -> ws_send(Frames, State, _StreamRef, ReplyTo, EvHandler, EvHandlerState) -> ws_send(Frames, State, ReplyTo, EvHandler, EvHandlerState). -%% Websocket has no concept of streams. -down(_) -> - []. +down(#ws_state{stream_ref=StreamRef}) -> + [StreamRef]. -- cgit v1.2.3