0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00
cowboy/test
James Fish 1c474af8ee Fix loop handler keepalive race condition
Previously if a loop handler received the timeout message from a
previous request on the same connection the socket would be set to
{active, once} incorrectly - when a socket packet was already in the
message queue. This second packet would not be added to the buffer
before a Handler:info/3 call if a user message was in the message
queue before both socket packets.
2013-11-18 23:19:37 +00:00
..
autobahn_SUITE_data Update Autobahn test suite to 0.5.3 2013-04-24 21:48:24 +02:00
http_SUITE_data Fix loop handler keepalive race condition 2013-11-18 23:19:37 +00:00
ws_SUITE_data Reorganize the websocket test suite 2013-04-22 17:03:54 +02:00
autobahn_SUITE.erl Make cowlib a proper dependency 2013-09-04 19:24:54 +02:00
cover.spec Use ct_run instead of rebar ct for running ct tests 2013-01-04 17:56:49 +01:00
eunit_SUITE.erl Fix a small warning in eunit_SUITE 2013-01-05 23:35:13 +01:00
http_SUITE.erl Fix loop handler keepalive race condition 2013-11-18 23:19:37 +00:00
spdy_SUITE.erl Review, improve and document the static files handler 2013-11-02 14:41:46 +01:00
ws_SUITE.erl Make cowlib a proper dependency 2013-09-04 19:24:54 +02:00