summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/monkey/qa/connection_http10_02.htt
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/lib/monkey/qa/connection_http10_02.htt')
-rw-r--r--fluent-bit/lib/monkey/qa/connection_http10_02.htt28
1 files changed, 28 insertions, 0 deletions
diff --git a/fluent-bit/lib/monkey/qa/connection_http10_02.htt b/fluent-bit/lib/monkey/qa/connection_http10_02.htt
new file mode 100644
index 000000000..be17928e9
--- /dev/null
+++ b/fluent-bit/lib/monkey/qa/connection_http10_02.htt
@@ -0,0 +1,28 @@
+###############################################################################
+# DESCRIPTION
+# HTTP/1.0 Request with 'Connection: Keep-Alive'.
+#
+# AUTHOR
+# Eduardo Silva <edsiper@gmail.com>
+#
+# DATE
+# March 16 2010
+#
+# COMMENTS
+# Do not expect header response with keep-alive header
+###############################################################################
+
+
+INCLUDE __CONFIG
+INCLUDE __MACROS
+
+CLIENT
+_REQ $HOST $PORT
+__GET / $HTTPVER10
+__Connection: Keep-Alive
+__
+_EXPECT . "HTTP/1.1 200 OK"
+_EXPECT . "!Keep-Alive: timeout=5, max=1000"
+_EXPECT . "Connection: Keep-Alive"
+_WAIT
+END