0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/src
Loïc Hoguin 43d14b52cd Give the ListenerPid to the protocol on startup
Also sends a message 'shoot' that can be received by the protocol
to make sure Cowboy has had enough time to fully initialize the
socket. This message should be received before any socket-related
operations are performed.

WebSocket request connections are now moved from the pool 'default'
to the pool 'websocket', meaning we can have a lot of running
WebSockets despite having a low 'max_connections' setting.
2011-08-10 20:28:30 +02:00
..
cowboy.app.src Add the required Date header in the HTTP replies. 2011-05-14 15:20:12 +02:00
cowboy.erl Introduce cowboy_listener for managing a listener 2011-08-10 16:43:59 +02:00
cowboy_acceptor.erl Give the ListenerPid to the protocol on startup 2011-08-10 20:28:30 +02:00
cowboy_acceptors_sup.erl Introduce cowboy_listener for managing a listener 2011-08-10 16:43:59 +02:00
cowboy_app.erl Add documentation for the public interface. 2011-07-06 17:42:20 +02:00
cowboy_clock.erl Small cosmetic changes and doc update to the cookie patch 2011-07-26 13:58:48 +02:00
cowboy_cookies.erl Fix cookie tests and specs 2011-07-26 17:39:41 +02:00
cowboy_dispatcher.erl URL decode paths 2011-07-20 22:07:35 +02:00
cowboy_http_handler.erl Add documentation for the public interface. 2011-07-06 17:42:20 +02:00
cowboy_http_protocol.erl Give the ListenerPid to the protocol on startup 2011-08-10 20:28:30 +02:00
cowboy_http_req.erl Fail early in cookie-related API functions 2011-07-26 13:53:52 +02:00
cowboy_http_websocket.erl Give the ListenerPid to the protocol on startup 2011-08-10 20:28:30 +02:00
cowboy_http_websocket_handler.erl Separate message and packet handling for websockets 2011-07-19 12:20:16 +02:00
cowboy_listener.erl Give the ListenerPid to the protocol on startup 2011-08-10 20:28:30 +02:00
cowboy_listener_sup.erl Introduce cowboy_listener for managing a listener 2011-08-10 16:43:59 +02:00
cowboy_requests_sup.erl Give the ListenerPid to the protocol on startup 2011-08-10 20:28:30 +02:00
cowboy_ssl_transport.erl Add documentation for the public interface. 2011-07-06 17:42:20 +02:00
cowboy_sup.erl Add documentation for the public interface. 2011-07-06 17:42:20 +02:00
cowboy_tcp_transport.erl Add documentation for the public interface. 2011-07-06 17:42:20 +02:00