mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Update autobahntestsuite to 0.5.2
Also small mostly insignificant changes to tests.
This commit is contained in:
parent
01f57ad65d
commit
9bfef7c715
4 changed files with 6 additions and 6 deletions
|
@ -254,7 +254,7 @@ ws8_single_bytes(Config) ->
|
|||
ok = gen_tcp:send(Socket, << 16#81 >>), %% send one byte
|
||||
ok = timer:sleep(100), %% sleep for a period
|
||||
ok = gen_tcp:send(Socket, << 16#85 >>), %% send another and so on
|
||||
ok = timer:sleep(100),
|
||||
ok = timer:sleep(100),
|
||||
ok = gen_tcp:send(Socket, << 16#37 >>),
|
||||
ok = timer:sleep(100),
|
||||
ok = gen_tcp:send(Socket, << 16#fa >>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue