- Feb 19, 2007
- Feb 16, 2007
-
-
Yang Tse authored
-
- Feb 14, 2007
- Nov 25, 2006
-
-
Daniel Stenberg authored
responded with a single status line and no headers nor body. Starting now, a HTTP response on a persistent connection (i.e not set to be closed after the response has been taken care of) must have Content-Length or chunked encoding set, or libcurl will simply assume that there is no body. To my horror I learned that we had no less than 57(!) test cases that did bad HTTP responses like this, and even the test http server (sws) responded badly when queried by the test system if it is the test system. So although the actual fix for the problem was tiny, going through all the newly failing test cases got really painful and boring.
-
- Nov 13, 2006
-
-
Daniel Stenberg authored
-
- Oct 23, 2006
- Oct 11, 2006
-
-
Yang Tse authored
-
- Sep 12, 2006
-
-
Yang Tse authored
-
- Sep 08, 2006
-
-
Daniel Stenberg authored
-
- Aug 14, 2006
-
-
Yang Tse authored
-
- Jul 19, 2006
-
-
Yang Tse authored
-
- Jul 17, 2006
-
-
Yang Tse authored
-Log errno in message if setsockopt() fails. -Close listener socket on major errors.
-
- Jul 12, 2006
- May 10, 2006
-
-
Daniel Stenberg authored
-
- Apr 10, 2006
-
-
Daniel Stenberg authored
ordinary test suite. Also removed the perror() calls and instead made the logging output the errno code to ease error tracking using logs.
-
- Feb 25, 2006
-
-
Gisle Vanem authored
-
- Feb 18, 2006
-
-
Daniel Stenberg authored
code. It should however not be the cause of any troubles. He also fixed a few similar problems in the HTTP test server code.
-
- Jan 09, 2006
-
-
Daniel Stenberg authored
-
- Jan 03, 2006
-
-
Daniel Stenberg authored
-
- Jan 02, 2006
-
-
Daniel Stenberg authored
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)
-
- Sep 15, 2005
-
-
Daniel Stenberg authored
-
- Sep 07, 2005
-
-
Daniel Stenberg authored
of the end of a chunked-encoded POST request.
-
- Aug 18, 2005
-
-
Daniel Stenberg authored
-
- May 19, 2005
-
-
Daniel Stenberg authored
-
- May 18, 2005
-
-
Daniel Stenberg authored
"http://somehost?data" as it added a slash too much in the request ("GET /?data/"...). Added test case 260 to verify.
-
- May 17, 2005
-
-
Daniel Stenberg authored
Added resolve.c to simply resolve a given host name
-
- May 01, 2005
-
-
Daniel Stenberg authored
-
- Apr 30, 2005
-
-
Daniel Stenberg authored
and sockfilt.c. For good-to-have functions for the servers written in C.
-
- Apr 27, 2005
-
-
Daniel Stenberg authored
-
- Mar 31, 2005
-
-
Daniel Stenberg authored
-
- Mar 28, 2005
-
-
Daniel Stenberg authored
test 154
-
- Dec 14, 2004
-
-
Daniel Stenberg authored
-
- Dec 13, 2004
-
-
Gisle Vanem authored
-