Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-09 | Modified the default HTTP Accept: header to only be Accept: */* | Daniel Stenberg | |
2004-01-28 | Chunked-transfers should have an additional CRLF after the final 0 CRLF | Daniel Stenberg | |
sequence. | |||
2003-07-19 | modified to work fine with the new persistant connection working test suite | Daniel Stenberg | |
HTTP server | |||
2003-04-30 | Each test case now specifies which server(s) it needs, without relying on the | Daniel Stenberg | |
test number. | |||
2002-12-10 | Test case for sending insanely big HTTP requests. Mainly done this way to | Daniel Stenberg | |
make sure that it isn't all sent off in one single send() but instead really tests the multiple-part-send logic. |