diff options
author | Peter Wu <peter@lekensteyn.nl> | 2014-11-27 23:59:23 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-12-04 02:52:19 +0100 |
commit | f1cc2a2c0cf8e191e606c6093c679fbee95e8809 (patch) | |
tree | 344ade6f1d0bc4a88c7a3d809455d8ff4a8e56b3 /tests/README | |
parent | 99fb36797a3f0b64ad20fcb8b83026875640f8e0 (diff) | |
download | curl-f1cc2a2c0cf8e191e606c6093c679fbee95e8809.tar.gz |
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>
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/README b/tests/README index 1e5a87973..7ef7f81d2 100644 --- a/tests/README +++ b/tests/README @@ -81,6 +81,9 @@ The cURL Test Suite machine, or just move the servers in case you have local services on any of those ports. + The HTTP server supports listening on a UNIX domain socket, the default + location is 'http.sock'. + 1.4 Run 'make test'. This builds the test suite support code and invokes the |