Ticket: 6757
In the case we have too many whitespaces after the request
--- /dev/null
+# Test Description
+
+Test that we parse weird HTTP (adding lots of whitespaces) not as HTTP/0.9
+
+## PCAP
+
+Crafted by running server `python3 -m http.server 8000` and a dummy client sending hardcoded data
+
+## Related issues
+
+https://redmine.openinfosecfoundation.org/issues/6757
--- /dev/null
+requires:
+ min-version: 8
+
+args:
+ - -k none
+
+checks:
+ - filter:
+ count: 1
+ match:
+ event_type: anomaly
+ anomaly.event: REQUEST_LINE_MISSING_PROTOCOL