Changes for version 0.10 - 2026-07-22
- Plain HTTP to a listener is answered 426 and closed (it used to hang)
- listen() croaks on ssl_cert without ssl_key (it used to serve plaintext)
- Validate close codes, option values, URL ports and adopt() handles
Modules
WebSocket client/server using libwebsockets and EV
Examples
- eg/adopt_server.pl
- eg/backpressure.pl
- eg/binary_test.pl
- eg/chat_server.pl
- eg/echo_test.pl
- eg/feersum_native.pl
- eg/feersum_psgi.pl
- eg/graceful_shutdown.pl
- eg/headers_and_cookies.pl
- eg/json_protocol.pl
- eg/keepalive.pl
- eg/multi_conn.pl
- eg/proxy.pl
- eg/reconnect.pl
- eg/router.pl
- eg/self_signed.pl
- eg/state_monitor.pl
- eg/tls_server.pl