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

test1435: a simple test that checks whether a HTTP request can be
performed over the UNIX socket. The hostname/port are interpreted
by sws and should be ignored by cURL.

test1436: test for the ability to do two requests to the same host,
interleaved with one to a different hostname.

Signed-off-by: Peter Wu <peter@lekensteyn.nl>
tests/data/Makefile.inc
tests/data/test1435 [new file with mode: 0644]
tests/data/test1436 [new file with mode: 0644]