aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun.erl')
-rw-r--r--src/gun.erl5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gun.erl b/src/gun.erl
index 3569cf5..b7ffcd3 100644
--- a/src/gun.erl
+++ b/src/gun.erl
@@ -247,9 +247,8 @@ await(ServerPid, StreamRef, Timeout, MRef) ->
{response, IsFin, Status, Headers};
{gun_data, ServerPid, StreamRef, IsFin, Data} ->
{data, IsFin, Data};
- {gun_push, ServerPid, StreamRef, AssocToStreamRef,
- Method, Host, Path, Headers} ->
- {push, AssocToStreamRef, Method, Host, Path, Headers};
+ {gun_push, ServerPid, StreamRef, NewStreamRef, Method, Host, Path, Headers} ->
+ {push, NewStreamRef, Method, Host, Path, Headers};
{gun_error, ServerPid, StreamRef, Reason} ->
{error, Reason};
{gun_error, ServerPid, Reason} ->