0
Fork 0
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:
Loïc Hoguin 2013-01-10 19:54:10 +01:00
parent 01f57ad65d
commit 9bfef7c715
4 changed files with 6 additions and 6 deletions

View file

@ -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 >>),