• Home
  • History
  • Annotate
  • only in /external/libmicrohttpd/src/testzzuf/
NameDateSize

..29-Aug-20174 KiB

Makefile.am29-Aug-20172.2 KiB

Makefile.in29-Aug-201748.5 KiB

README29-Aug-2017596

socat.c29-Aug-20172.8 KiB

test_get.c29-Aug-20178.7 KiB

test_get_chunked.c29-Aug-20179 KiB

test_long_header.c29-Aug-20176.4 KiB

test_post.c29-Aug-201710.7 KiB

test_post_form.c29-Aug-201711.1 KiB

test_put.c29-Aug-201710 KiB

test_put_chunked.c29-Aug-201710.2 KiB

test_put_large.c29-Aug-201710.6 KiB

README

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
14