mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Revert "Fixed a bug with the MIME analyzer not removing whitespace on wrapped headers."
This reverts commit 89cb103a2c
.
This commit is contained in:
parent
f0db2db914
commit
9a86a5e21f
1 changed files with 1 additions and 2 deletions
|
@ -426,8 +426,7 @@ void MIME_Entity::ContHeader(int len, const char* data)
|
|||
return;
|
||||
}
|
||||
|
||||
int ws = MIME_count_leading_lws(len, data);
|
||||
current_header_line->append(len - ws, data + ws);
|
||||
current_header_line->append(len, data);
|
||||
}
|
||||
|
||||
void MIME_Entity::FinishHeader()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue