summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/monkey/qa/error_501.htt
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/lib/monkey/qa/error_501.htt')
-rw-r--r--fluent-bit/lib/monkey/qa/error_501.htt26
1 files changed, 0 insertions, 26 deletions
diff --git a/fluent-bit/lib/monkey/qa/error_501.htt b/fluent-bit/lib/monkey/qa/error_501.htt
deleted file mode 100644
index 275bca4f3..000000000
--- a/fluent-bit/lib/monkey/qa/error_501.htt
+++ /dev/null
@@ -1,26 +0,0 @@
-################################################################################
-# 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