summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/monkey/qa/error_501.htt
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/lib/monkey/qa/error_501.htt')
-rw-r--r--src/fluent-bit/lib/monkey/qa/error_501.htt26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/fluent-bit/lib/monkey/qa/error_501.htt b/src/fluent-bit/lib/monkey/qa/error_501.htt
new file mode 100644
index 000000000..275bca4f3
--- /dev/null
+++ b/src/fluent-bit/lib/monkey/qa/error_501.htt
@@ -0,0 +1,26 @@
+################################################################################
+# DESCRIPTION
+# Exercise error 501
+#
+# AUTHOR
+# Carlos Ghan <charlie.brown.uy@gmail.com>
+#
+# DATE
+# June 29 2009
+#
+# COMMENTS
+# Requesting an unsupported method should return "Not Implemented"
+################################################################################
+
+
+INCLUDE __CONFIG
+
+CLIENT
+_REQ $HOST $PORT
+__1234 / $HTTPVER
+__Host: $HOST
+__Connection: close
+__
+_EXPECT . "HTTP/1.1 501 Not Implemented"
+_WAIT
+END