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

Http close headers 2969 v1 #213

Closed

Conversation

catenacyber
Copy link
Contributor

Fixes #2969

Another solution would be to change Suricata detect-http-header.c so that
if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, tx, flags) <= HTP_RESPONSE_HEADERS) does not apply when connection is closing

The ticket is about response headers but the same problem is present for request headers (and fixed in another commit)

@victorjulien
Copy link
Member

This is now merged as of #234

@catenacyber
Copy link
Contributor Author

Thanks, we can now merge OISF/suricata-verify#55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants