diff options
Diffstat (limited to 'fluent-bit/lib/monkey/qa/protocol_02.htt')
-rw-r--r-- | fluent-bit/lib/monkey/qa/protocol_02.htt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/fluent-bit/lib/monkey/qa/protocol_02.htt b/fluent-bit/lib/monkey/qa/protocol_02.htt new file mode 100644 index 000000000..a94b62e20 --- /dev/null +++ b/fluent-bit/lib/monkey/qa/protocol_02.htt @@ -0,0 +1,25 @@ +################################################################################ +# DESCRIPTION +# Exercise error 400 +# +# AUTHOR +# Eduardo Silva <edsiper@gmail.com> +# +# DATE +# June 23 2010 +# +# COMMENTS +# Sending protocol in lower case. +################################################################################ + + +INCLUDE __CONFIG + +CLIENT +_REQ $HOST $PORT +__GET / http/1.0 +__Connection: close +__ +_EXPECT . "HTTP/1.1 505 HTTP Version Not Supported" +_WAIT +END |