aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-04-13 02:28:23 +0000
committerChristian Grothoff <christian@grothoff.org>2008-04-13 02:28:23 +0000
commit2369ddff276508b0387443ff4cbdd4986f513a3e (patch)
treef72d9dd67b4814d128dd84555bb9110f61ede1d3 /src/testzzuf/README
parentec8aedc77bbaa293dc76d2aba98fc8ce1243cf68 (diff)
downloadlibmicrohttpd-2369ddff276508b0387443ff4cbdd4986f513a3e.tar.gz
libmicrohttpd-2369ddff276508b0387443ff4cbdd4986f513a3e.zip
socat-ing get'
'
Diffstat (limited to 'src/testzzuf/README')
-rw-r--r--src/testzzuf/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/testzzuf/README b/src/testzzuf/README
new file mode 100644
index 00000000..5ee15698
--- /dev/null
+++ b/src/testzzuf/README
@@ -0,0 +1,13 @@
1Testcases in this directory require zzuf and socat.
2
3zzuf is used to randomly mess with the TCP connection between the CURL
4clients and the MHD server. The goal is to expose problems in MHD's
5error handling (by introducing random syntax errors). socat is
6used to listen on port 11081 and forward the randomzied stream to
7port 11080 where MHD is waiting.
8
9As a result, the testcases in this directory do NOT check that
10whatever CURL returns is what was expected -- random modifications to
11the TCP stream can have random effects ;-). Testcases "fail" if the
12code crashes or hangs indefinitely.
13