summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/monkey/qa/host_port_03.htt
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/lib/monkey/qa/host_port_03.htt')
-rw-r--r--fluent-bit/lib/monkey/qa/host_port_03.htt25
1 files changed, 25 insertions, 0 deletions
diff --git a/fluent-bit/lib/monkey/qa/host_port_03.htt b/fluent-bit/lib/monkey/qa/host_port_03.htt
new file mode 100644
index 000000000..f78e2ea05
--- /dev/null
+++ b/fluent-bit/lib/monkey/qa/host_port_03.htt
@@ -0,0 +1,25 @@
+################################################################################
+# DESCRIPTION
+# Validation for TCP port in the Host header
+#
+# AUTHOR
+# Eduardo Silva <edsiper@gmail.com>
+#
+# DATE
+# Jun 15 2012
+#
+# COMMENTS
+# It send a valid host TCP port using not numeric values
+#
+################################################################################
+
+INCLUDE __CONFIG
+
+CLIENT
+_REQ $HOST $PORT
+__HEAD / $HTTPVER
+__Host: $HOST:2000a
+__
+_EXPECT . "HTTP/1.1 400 Bad Request"
+_WAIT 0
+END