mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
![]() WebSocket clients that connected with the wrong URL do not have a backend attached. If a dispatcher is terminated while these clients are still connected, a null deref would happen. This was found while running all cluster/websocket tests in a loop for a long time, tickling a segfault during the bad-url test. |
||
---|---|---|
.. | ||
auxil | ||
CMakeLists.txt | ||
events.bif | ||
Plugin.cc | ||
Plugin.h | ||
README | ||
WebSocket-IXWebSocket.cc | ||
WebSocket.cc | ||
WebSocket.h |
A Zeek Cluster's WebSocket interface ==================================== This directory contains code that allows external applications to connect to Zeek using WebSocket connections.