diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/lib/monkey/qa/protocol_02.htt | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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, 0 insertions, 25 deletions
diff --git a/fluent-bit/lib/monkey/qa/protocol_02.htt b/fluent-bit/lib/monkey/qa/protocol_02.htt deleted file mode 100644 index a94b62e2..00000000 --- a/fluent-bit/lib/monkey/qa/protocol_02.htt +++ /dev/null @@ -1,25 +0,0 @@ -################################################################################ -# 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 |