summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/monkey/qa/hexa.htt
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/lib/monkey/qa/hexa.htt')
-rw-r--r--src/fluent-bit/lib/monkey/qa/hexa.htt26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/fluent-bit/lib/monkey/qa/hexa.htt b/src/fluent-bit/lib/monkey/qa/hexa.htt
new file mode 100644
index 000000000..059df4fb8
--- /dev/null
+++ b/src/fluent-bit/lib/monkey/qa/hexa.htt
@@ -0,0 +1,26 @@
+################################################################################
+# DESCRIPTION
+# Test request in hexadecimal format.
+#
+# AUTHOR
+# Eduardo Silva <edsiper@gmail.com>
+#
+# DATE
+# March 16 2010
+#
+# COMMENTS
+# Simple "index.html"
+################################################################################
+
+
+INCLUDE __CONFIG
+
+CLIENT
+_REQ $HOST $PORT
+__GET /%69%6E%64%65%78.%68%74%6D%6C $HTTPVER
+__Host: $HOST
+__Connection: close
+__
+_EXPECT . "HTTP/1.1 200 OK"
+_WAIT
+END