Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/http-data-after-09/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# HTTP data after 0.9

Test that we do not fully error on data after HTTP/0.9

The pcap file is hand crafted
Binary file added tests/http-data-after-09/input.pcap
Binary file not shown.
12 changes: 12 additions & 0 deletions tests/http-data-after-09/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
requires:
min-version: 8

args:
- -k none

checks:
- filter:
count: 1
match:
event_type: stats
stats.app_layer.error.http.parser: 0
Loading