mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
parent
b57624aabf
commit
27aa30c683
1 changed files with 7 additions and 5 deletions
|
@ -88,7 +88,9 @@ void HTTP_Entity::Deliver(int len, const char* data, int trailing_CRLF)
|
||||||
|
|
||||||
if ( in_header )
|
if ( in_header )
|
||||||
{
|
{
|
||||||
ASSERT(trailing_CRLF);
|
if ( ! trailing_CRLF )
|
||||||
|
http_message->MyHTTP_Analyzer()->Weird("no_http_in_header_list");
|
||||||
|
|
||||||
header_length += len;
|
header_length += len;
|
||||||
MIME_Entity::Deliver(len, data, trailing_CRLF);
|
MIME_Entity::Deliver(len, data, trailing_CRLF);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue