zeek/testing/btest/Files/ws
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
..
wstest.py wstest/terminate-while-queueing: Patch close_socket() 2025-05-07 16:33:54 +02:00