mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
![]() Wen using read_files, the Exec framework called Input::remove on the wrong input stream: it always got called on the input stream of the execution, not on the input stream of the current file that was being read. This lead to threads never being closed and file handles being kept open until Bro is closed. This means that before this patch, every time ActiveHTTP is used, a thread stays around and several file handles are used. |
||
---|---|---|
.. | ||
active-http.bro | ||
addrs.bro | ||
conn-ids.bro | ||
dir.bro | ||
directions-and-hosts.bro | ||
exec.bro | ||
files.bro | ||
json.bro | ||
numbers.bro | ||
paths.bro | ||
patterns.bro | ||
queue.bro | ||
site.bro | ||
strings.bro | ||
thresholds.bro | ||
time.bro | ||
urls.bro |