From 58daab21cd043e1dc37024a7f99b396788372918 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Mar 2024 14:19:48 +0100 Subject: Merging upstream version 1.44.3. Signed-off-by: Daniel Baumann --- fluent-bit/lib/monkey/qa/protocol_02.htt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 fluent-bit/lib/monkey/qa/protocol_02.htt (limited to 'fluent-bit/lib/monkey/qa/protocol_02.htt') diff --git a/fluent-bit/lib/monkey/qa/protocol_02.htt b/fluent-bit/lib/monkey/qa/protocol_02.htt new file mode 100644 index 000000000..a94b62e20 --- /dev/null +++ b/fluent-bit/lib/monkey/qa/protocol_02.htt @@ -0,0 +1,25 @@ +################################################################################ +# DESCRIPTION +# Exercise error 400 +# +# AUTHOR +# Eduardo Silva +# +# DATE +# June 23 2010 +# +# COMMENTS +# Sending protocol in lower case. +################################################################################ + + +INCLUDE __CONFIG + +CLIENT +_REQ $HOST $PORT +__GET / http/1.0 +__Connection: close +__ +_EXPECT . "HTTP/1.1 505 HTTP Version Not Supported" +_WAIT +END -- cgit v1.2.3