From c21c3b0befeb46a51b6bf3758ffa30813bea0ff0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Mar 2024 14:19:22 +0100 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- fluent-bit/lib/monkey/qa/http_parse_01.htt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 fluent-bit/lib/monkey/qa/http_parse_01.htt (limited to 'fluent-bit/lib/monkey/qa/http_parse_01.htt') diff --git a/fluent-bit/lib/monkey/qa/http_parse_01.htt b/fluent-bit/lib/monkey/qa/http_parse_01.htt new file mode 100644 index 000000000..ec11658b7 --- /dev/null +++ b/fluent-bit/lib/monkey/qa/http_parse_01.htt @@ -0,0 +1,23 @@ +################################################################################ +# DESCRIPTION +# It sends an invalid Host header +# +# AUTHOR +# Eduardo Silva +# +# DATE +# April 04 2012 +################################################################################ + + +INCLUDE __CONFIG +CLIENT +_REQ $HOST $PORT +__GET / $HTTPVER +__Host: [::1]:AABB +__Connection: close +__ +_EXPECT . "HTTP/1.1 400 Bad Request" +_WAIT +_CLOSE +END -- cgit v1.2.3