aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_http2.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun_http2.erl')
-rw-r--r--src/gun_http2.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gun_http2.erl b/src/gun_http2.erl
index c107095..89deea4 100644
--- a/src/gun_http2.erl
+++ b/src/gun_http2.erl
@@ -162,7 +162,7 @@ frame({headers, StreamID, IsFin, head_fin, HeaderBlock},
fin -> undefined;
nofin ->
gun_content_handler:init(ReplyTo, StreamRef,
- Status, Headers, Handlers0)
+ IntStatus, Headers, Handlers0)
end,
remote_fin(Stream#stream{handler_state=Handlers},
State#http2_state{decode_state=DecodeState}, IsFin)