zeek/testing/btest/cluster/websocket
Arne Welzel 82731992d9 wstest/terminate-while-queueing: Patch close_socket()
I believe there's a bug/usage issue in the websockets library
where during send(), EOF is detected and stored, but the receiving
thread is then discarding the last received frame. Avoid the bug
by replacing the close_socket() implementation of the websockets
library just for that test and leave detecting the EOF condition
to the receiving thread.
2025-05-07 16:33:54 +02:00
..
broker btest/cluster/websocket: Move no-subscriptions test 2025-04-25 10:01:23 +00:00
zeromq btest/cluster/websocket: Move no-subscriptions test 2025-04-25 10:01:23 +00:00
bad-event-args.zeek testing/btest: Fix double commented @TEST- lines 2025-05-06 14:06:29 +02:00
bad-subscriptions.zeek testing/btest: Fix double commented @TEST- lines 2025-05-06 14:06:29 +02:00
bad-url.zeek testing/btest: Fix double commented @TEST- lines 2025-05-06 14:06:29 +02:00
cluster-log.zeek testing/btest: Fix double commented @TEST- lines 2025-05-06 14:06:29 +02:00
listen-idempotent.zeek cluster/websocket: Make websocket dispatcher queue size configurable 2025-04-23 14:27:43 +02:00
one-pipelining.zeek testing/btest: Fix double commented @TEST- lines 2025-05-06 14:06:29 +02:00
one.zeek testing/btest: Fix double commented @TEST- lines 2025-05-06 14:06:29 +02:00
terminate-while-queuing.zeek wstest/terminate-while-queueing: Patch close_socket() 2025-05-07 16:33:54 +02:00
three.zeek testing/btest: Fix double commented @TEST- lines 2025-05-06 14:06:29 +02:00
tls-usage-error.zeek cluster/websocket: Implement WebSocket server 2025-03-10 17:07:30 +01:00
tls.zeek testing/btest: Fix double commented @TEST- lines 2025-05-06 14:06:29 +02:00
two-pipelining.zeek testing/btest: Fix double commented @TEST- lines 2025-05-06 14:06:29 +02:00