Skip to content

Commit

Permalink
Fix merge conflict mistake more
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiderkwast committed Oct 7, 2022
1 parent f7ba815 commit aee79ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gun_http2.erl
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ request(State=#http2_state{http2_machine=HTTP2Machine}, StreamRef, ReplyTo, Meth
true ->
ReplyTo ! {gun_error, self(), stream_ref(State, StreamRef),
too_many_streams},
{State, CookieStore, EvHandlerState};
{[], CookieStore, EvHandlerState};
false ->
request1(State, StreamRef, ReplyTo, Method, Host, Port,
Path, Headers, Body, InitialFlow, CookieStore,
Expand Down

0 comments on commit aee79ee

Please sign in to comment.