mandiant / flare-fakenet-ng

FakeNet-NG - Next Generation Dynamic Network Analysis Tool
Apache License 2.0
1.73k stars 357 forks source link

increased timeout for http to 10 seconds #144

Closed mlhaigh closed 4 years ago

mlhaigh commented 4 years ago

Increase timeout for HTTP. Previously, the HTTP timeout for HTTPListener80 was 10 seconds, the default was 5s, and HTTPListener443 was set to default. This caused an occasional timeout when capturing HTTPS traffic. Now the default is 10s, and both configs are set to 10s, for consistency and error-reduction.