Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Log errno in message if setsockopt() fails.
-Close listener socket on major errors.
|
|
|
|
swrite is more intuitive.
|
|
|
|
|
|
|
|
|
|
ordinary test suite. Also removed the perror() calls and instead made the
logging output the errno code to ease error tracking using logs.
|
|
|
|
code. It should however not be the cause of any troubles. He also fixed a
few similar problems in the HTTP test server code.
|
|
|
|
|
|
CURL_SWS_FORK_ENABLED defined it forks for each new connection and thus can
support any amount of connection clients (used for hiper tests and not for the
standard plain curl test suite)
|
|
|
|
of the end of a chunked-encoded POST request.
|
|
|
|
|
|
"http://somehost?data" as it added a slash too much in the request ("GET
/?data/"...). Added test case 260 to verify.
|
|
Added resolve.c to simply resolve a given host name
|
|
|
|
and sockfilt.c. For good-to-have functions for the servers written in C.
|
|
|
|
|
|
test 154
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with binary data.
|
|
for maximum portability
|
|
|
|
far
|
|
|
|
|
|
|
|
|
|
|
|
|
|
attached. And some cosmetic fixes.
|
|
the execution of the tests
|