From 5da14042f70711ea5cf66e034699730335462f66 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 14:08:03 +0200 Subject: Merging upstream version 1.45.3+dfsg. Signed-off-by: Daniel Baumann --- .../lib/monkey/qa/connection_http10_01.htt | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/fluent-bit/lib/monkey/qa/connection_http10_01.htt (limited to 'src/fluent-bit/lib/monkey/qa/connection_http10_01.htt') diff --git a/src/fluent-bit/lib/monkey/qa/connection_http10_01.htt b/src/fluent-bit/lib/monkey/qa/connection_http10_01.htt new file mode 100644 index 000000000..125c519ed --- /dev/null +++ b/src/fluent-bit/lib/monkey/qa/connection_http10_01.htt @@ -0,0 +1,26 @@ +############################################################################### +# DESCRIPTION +# HTTP/1.0 request expect 'Connection: close' +# +# AUTHOR +# Eduardo Silva +# +# DATE +# March 16 2010 +# +# COMMENTS +# Server must return a 200 response. +############################################################################### + + +INCLUDE __CONFIG +INCLUDE __MACROS + +CLIENT +_REQ $HOST $PORT +__GET / $HTTPVER10 +__ +_EXPECT . "HTTP/1.1 200 OK" +_EXPECT . "Connection: Close" +_WAIT +END -- cgit v1.2.3