Blame src/testzzuf/README

Packit 875988
Testcases in this directory require zzuf and socat.
Packit 875988
Packit 875988
zzuf is used to randomly mess with the TCP connection between the CURL
Packit 875988
clients and the MHD server.  The goal is to expose problems in MHD's
Packit 875988
error handling (by introducing random syntax errors).  socat is
Packit 875988
used to listen on port 11081 and forward the randomzied stream to
Packit 875988
port 11080 where MHD is waiting.
Packit 875988
Packit 875988
As a result, the testcases in this directory do NOT check that
Packit 875988
whatever CURL returns is what was expected -- random modifications to
Packit 875988
the TCP stream can have random effects ;-).  Testcases "fail" if the
Packit 875988
code crashes or hangs indefinitely.
Packit 875988