Actions
Documentation #4671
closedDocument changes to HTTP events with respect to http/http2 normalization
Affected Versions:
Effort:
Difficulty:
Label:
Description
Probably something in the upgrade section of the guide.
Updated by Philippe Antoine about 3 years ago
Jason, What is expected here ?
Is this about rules/http2-events.rules ?
Updated by Jason Ish about 3 years ago
Maybe I was wrong, but are the "http" events in "eve.json" changing in format at all?
Updated by Philippe Antoine about 3 years ago
Maybe I was wrong, but are the "http" events in "eve.json" changing in format at all?
They should have the same info such as http.url
or http.http_method
They are extended as we have more http2-specific information
We can recognize them with http.version: "2"
You can check for instance S-V test http2-upgrade
You can check the code in log_http2
with for (name, value) in common {
Updated by Philippe Antoine about 3 years ago
- Status changed from New to Feedback
- Assignee changed from Philippe Antoine to Jason Ish
Updated by Jason Ish almost 3 years ago
- Status changed from Feedback to Closed
Thanks. I think this can be closed.
Actions