zeek/scripts/base
Johanna Amann e859130369 Exec: fix reader cleanup when using read_files
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.
2016-06-15 17:08:35 -07:00
..
files Add some missing Bro script documentation 2016-05-05 16:35:31 -05:00
frameworks Fix Bro and unit tests when broker is not enabled 2016-05-10 06:24:35 -05:00
misc More stats improvements 2016-01-07 16:20:24 -05:00
protocols Fixing FTP cwd getting overlue long. 2016-05-29 08:52:47 -07:00
utils Exec: fix reader cleanup when using read_files 2016-06-15 17:08:35 -07:00
init-bare.bro Add MAC addresses to connection record. 2016-05-29 17:18:47 -07:00
init-default.bro Fix Bro and unit tests when broker is not enabled 2016-05-10 06:24:35 -05:00