2a11bdc2 | 08-Mar-2001 |
Daniel Stenberg |
HTTP HEAD tests |
5cd4c3ed | 08-Mar-2001 |
Daniel Stenberg |
return from transfer when all headers have been received and nobody is set, as is the case when doing HEAD requests |
147a6730 | 08-Mar-2001 |
Daniel Stenberg |
updated for persistant connections |
9ce5827f | 08-Mar-2001 |
Daniel Stenberg |
made it split the version number on - too to make 7.7-blabla make a better version number define in the header file |
97f1c936 | 08-Mar-2001 |
Daniel Stenberg |
added lots of numbers for the error codes as they're often printed and used |
e61ceaf1 | 08-Mar-2001 |
Daniel Stenberg |
clarified the 0001-files use a bit, I couldn't understand it myself! :-) |
11186122 | 08-Mar-2001 |
Daniel Stenberg |
Added test #34 - HTTP GET with chunked Transfer-Encoding |
a23db7b7 | 07-Mar-2001 |
Daniel Stenberg |
"Transfer-Encoding: chunked" support added |
f6b6dff4 | 07-Mar-2001 |
Daniel Stenberg |
added the http_chunks files |
55b8ceac | 07-Mar-2001 |
Daniel Stenberg |
chunked transfer encoding support |
bcf448ee | 07-Mar-2001 |
Daniel Stenberg |
connection timeout is in for 7.7 |
91e4da7d | 07-Mar-2001 |
Daniel Stenberg |
initial chunked transfer-encoding support |
2873c181 | 07-Mar-2001 |
Daniel Stenberg |
removed compiler warning if HAVE_RAND_STATUS is false |
5dd0a8a6 | 06-Mar-2001 |
Daniel Stenberg |
Added persistant connections blurb even if it doesn't really work yet... |
2103dc41 | 06-Mar-2001 |
Daniel Stenberg |
cleaned up for the 7.7 fixes |
2ef13230 | 06-Mar-2001 |
Daniel Stenberg |
new seeding stuff as mentioned by Albert Chin |
9479ac6d | 05-Mar-2001 |
Daniel Stenberg |
Added a persistant connection example |
4e878eae | 05-Mar-2001 |
Daniel Stenberg |
updated to libcurl 7.7 conditions |
1e8e90a2 | 05-Mar-2001 |
Daniel Stenberg |
mucho updated with new 7.7 concepts |
fe95c7dc | 05-Mar-2001 |
Daniel Stenberg |
removed an incorrect comment |
6dae34d5 | 05-Mar-2001 |
Daniel Stenberg |
all test cases run OK now (again) |
36c621c9 | 05-Mar-2001 |
Daniel Stenberg |
more details on debugging with the test suite |
1717963e | 05-Mar-2001 |
Daniel Stenberg |
show the ftp server invoke line when -d is used |
4646a1ff | 05-Mar-2001 |
Daniel Stenberg |
talks more on verbose |
0cb4eba0 | 05-Mar-2001 |
Daniel Stenberg |
free the struct on done |