aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun.erl')
-rw-r--r--src/gun.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gun.erl b/src/gun.erl
index 987b806..9d16f58 100644
--- a/src/gun.erl
+++ b/src/gun.erl
@@ -719,6 +719,8 @@ await(ServerPid, StreamRef, Timeout, MRef) ->
{upgrade, Protocols, Headers};
{gun_ws, ServerPid, StreamRef, Frame} ->
{ws, Frame};
+ {gun_socks_up, ServerPid, StreamRef, Protocol} ->
+ {up, Protocol};
{gun_error, ServerPid, StreamRef, Reason} ->
{error, {stream_error, Reason}};
{gun_error, ServerPid, Reason} ->