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/post_test02.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/post_test02.htt')
-rw-r--r-- | fluent-bit/lib/monkey/qa/post_test02.htt | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/fluent-bit/lib/monkey/qa/post_test02.htt b/fluent-bit/lib/monkey/qa/post_test02.htt deleted file mode 100644 index b323be884..000000000 --- a/fluent-bit/lib/monkey/qa/post_test02.htt +++ /dev/null @@ -1,33 +0,0 @@ -################################################################################ -# DESCRIPTION -# An incomplete POST request. -# -# AUTHOR -# Carlos Ghan <charlie.brown.uy@gmail.com> -# -# DATE -# June 29 2009 -# -# COMMENTS -# A POST request with missing Content-Length.(Should return "Length Required") -################################################################################ - -# Why post_test02.htt sometimes fail ? -# ------------------------------------ -# it fails because the httest tool catch the close connection from Monkey before it -# finish to send the whole request, Monkey will not continue working in a request -# which will not work properly, bad monkey >:D - -INCLUDE __CONFIG - -CLIENT -_REQ $HOST $PORT -__POST / $HTTPVER -__Host: $HOST -__Content-Type: text/plain -__Connection: close -__ -_-someVariable=1234&daemon=monkeyd&SESSION=e1d83283d597ca88f599e34c8ef2e8c3 -_EXPECT . "HTTP/1.1 411 Length Required" -_WAIT 0 -END |