Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.2: Fix http parsing of repeated headers #6330

Merged
merged 1 commit into from
Feb 12, 2018

Conversation

adriansr
Copy link
Contributor

@adriansr adriansr commented Feb 8, 2018

Packetbeat HTTP protocol parser was not concatenating properly repeated
headers in a request or response. This caused corruption in the header
in the form of null bytes (\u0000).

Packetbeat HTTP protocol parser was not concatenating properly repeated
headers in a request or response. This caused corruption in the header
in the form of null bytes (\u0000).
@adriansr adriansr requested a review from tsg February 8, 2018 21:07
@adriansr adriansr added the review label Feb 9, 2018
@tsg tsg merged commit 6018800 into elastic:6.2 Feb 12, 2018
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
Packetbeat HTTP protocol parser was not concatenating properly repeated
headers in a request or response. This caused corruption in the header
in the form of null bytes (\u0000).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants