mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
GH-1100: Fix reported body-length of HTTP messages w/ sub-entities
The body-lengths of sub-entities, like multipart messages, got counted twice by mistake: once upon the end of the sub-entity and then again upon the end of the top-level entity that contains all sub-entities. The size of just the top-level entity is the correct one to use.
This commit is contained in:
parent
8e99d4b170
commit
363b167bd2
10 changed files with 29 additions and 8 deletions
2
testing/external/commit-hash.zeek-testing
vendored
2
testing/external/commit-hash.zeek-testing
vendored
|
@ -1 +1 @@
|
|||
9d92ec99cadd04e95365dc2c3b507b7011db255a
|
||||
afe18660ce8861340b96acfbb1b905e4e02354a8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue