mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
![]() 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. |
||
---|---|---|
.. | ||
cowboy.app.src | ||
cowboy.erl | ||
cowboy_acceptor.erl | ||
cowboy_acceptors_sup.erl | ||
cowboy_app.erl | ||
cowboy_clock.erl | ||
cowboy_cookies.erl | ||
cowboy_dispatcher.erl | ||
cowboy_http_handler.erl | ||
cowboy_http_protocol.erl | ||
cowboy_http_req.erl | ||
cowboy_http_websocket.erl | ||
cowboy_http_websocket_handler.erl | ||
cowboy_listener.erl | ||
cowboy_listener_sup.erl | ||
cowboy_requests_sup.erl | ||
cowboy_ssl_transport.erl | ||
cowboy_sup.erl | ||
cowboy_tcp_transport.erl |