aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gun_sse.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gun_sse.erl b/src/gun_sse.erl
index 835a7a8..4a898d4 100644
--- a/src/gun_sse.erl
+++ b/src/gun_sse.erl
@@ -45,7 +45,7 @@ handle(IsFin, Data, State=#state{reply_to=ReplyTo, stream_ref=StreamRef, sse_sta
ReplyTo ! {gun_sse, self(), StreamRef, Event},
handle(IsFin, <<>>, State#state{sse_state=SSE});
{more, SSE} ->
- case IsFin of
+ _ = case IsFin of
fin ->
ReplyTo ! {gun_sse, self(), StreamRef, fin};
_ ->