Home | History | Annotate | only in /external/libmicrohttpd/src/testzzuf
Up to higher level directory
NameDateSize
Makefile.am21-Aug-20182.2K
Makefile.in21-Aug-201848.5K
README21-Aug-2018596
socat.c21-Aug-20182.8K
test_get.c21-Aug-20188.7K
test_get_chunked.c21-Aug-20189K
test_long_header.c21-Aug-20186.4K
test_post.c21-Aug-201810.7K
test_post_form.c21-Aug-201811.1K
test_put.c21-Aug-201810K
test_put_chunked.c21-Aug-201810.2K
test_put_large.c21-Aug-201810.6K

README

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