mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Merge remote-tracking branch 'origin/topic/seth/deflate-missing-headers-fix'
I've changed the dynamic allocation of the unzipbuf back to stack allocation, hope I'm not not missing the reason for doing that ... * origin/topic/seth/deflate-missing-headers-fix: Fixes an issue with missing zlib headers on deflated HTTP content. BIT-1399 #merged
This commit is contained in:
commit
264a824fcc
6 changed files with 72 additions and 26 deletions
|
@ -0,0 +1,6 @@
|
|||
# This tests an issue where some web servers don't
|
||||
# include an appropriate ZLIB header on deflated
|
||||
# content.
|
||||
#
|
||||
# @TEST-EXEC: bro -r $TRACES/http/missing-zlib-header.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff http.log
|
Loading…
Add table
Add a link
Reference in a new issue