-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in_http: fix parser memory reinitialization
This fixes the reinitialization of the parser with the size of the parser structure instead of the size of a pointer. The original code appeared to be a typo and prevented the build for Windows with this plugin. Additionally, it enables the http input plugin plugin in Windows. Note: this is a backport of #7407 Signed-off-by: Shing Tsoi <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters