]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: add HTTP UNIX socket server testing support
authorPeter Wu <peter@lekensteyn.nl>
Thu, 27 Nov 2014 22:59:23 +0000 (23:59 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 4 Dec 2014 01:52:19 +0000 (02:52 +0100)
commitf1cc2a2c0cf8e191e606c6093c679fbee95e8809
tree344ade6f1d0bc4a88c7a3d809455d8ff4a8e56b3
parent99fb36797a3f0b64ad20fcb8b83026875640f8e0
tests: add HTTP UNIX socket server testing support

The variable `$ipvnum` can now contain "unix" besides the integers 4
and 6 since the variable. Functions which receive this parameter
have their `$port` parameter renamed to `$port_or_path` to support a
path to the UNIX domain socket (as a "port" is only meaningful for TCP).

Signed-off-by: Peter Wu <peter@lekensteyn.nl>
tests/FILEFORMAT
tests/README
tests/httpserver.pl
tests/runtests.pl
tests/serverhelp.pm