curl/tests/server
Daniel Stenberg da58d03ff7 Venkat Akella found out that libcurl did not like HTTP responses that simply
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.
2006-11-25 13:32:04 +00:00
..
.cvsignore ignore this too 2005-09-15 20:36:58 +00:00
Makefile.am Allow again proper compilation outside of the source tree 2006-08-07 18:06:37 +00:00
base64.pl utility to base encode data passed on stdin 2004-11-29 12:09:05 +00:00
getpart.c Update copyright year, since the file has been modified 2006-10-27 03:47:57 +00:00
getpart.h Enable test cases to provide sections base64-encoded to be able to test 2004-11-29 12:10:09 +00:00
resolve.c Remove redundant __CYGWIN__ symbol check 2006-10-11 16:01:16 +00:00
sockfilt.c Update copyright year, since the file has been modified 2006-10-27 03:47:57 +00:00
sws.c Venkat Akella found out that libcurl did not like HTTP responses that simply 2006-11-25 13:32:04 +00:00
testpart.c Modified the FTP server to use the new 'sockfilt' program to do all the socket 2005-04-18 06:57:44 +00:00
tftp.h Made the copyright year match the latest modification's year. 2006-01-09 13:17:14 +00:00
tftpd.c Replace is*() macros with our own IS*() ones. 2006-10-23 19:14:54 +00:00
util.c Check for USE_WINSOCK instead of WIN32 where the check was done 2006-10-18 21:05:40 +00:00
util.h Update copyright year, since the file has been modified 2006-10-27 03:47:57 +00:00