mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Update gun_down messages in test suites
This commit is contained in:
parent
6ddabc2c21
commit
e1d4524118
4 changed files with 4 additions and 4 deletions
|
@ -117,7 +117,7 @@ gun_open(Config, Opts) ->
|
|||
ConnPid.
|
||||
|
||||
gun_down(ConnPid) ->
|
||||
receive {gun_down, ConnPid, _, _, _, _} -> ok
|
||||
receive {gun_down, ConnPid, _, _, _} -> ok
|
||||
after 500 -> error(timeout) end.
|
||||
|
||||
%% Support functions for testing using a raw socket.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue