summaryrefslogtreecommitdiff
path: root/tests/request.t
Commit message (Expand)AuthorAgeFilesLines
* [tests] add cleanup.sh to cmake test runs, reset SLOWREQUEST in request.tStefan Bühler2014-01-101-0/+1
* tests: check different combination of empty values, leading/trailing spaces a...Stefan Bühler2012-11-211-1/+57
* Add static-file.disable-pathinfo option to prevent handling of urls like .../...Stefan Bühler2011-08-301-1/+17
* two additional test cases for absolute http(s) uris in the request lineStefan Bühler2011-04-041-1/+16
* Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)Stefan Bühler2009-11-291-1/+10
* Ignore multiple "If-None-Match" headers (only use first one, fixes #753)Stefan Bühler2009-06-111-1/+1
* Allow all http status codes by default; disable body only for 204,205 and 304...Stefan Bühler2008-04-231-1/+1
* - change s/// separator that it doesn't confuse vimElan Ruusamäe2008-01-151-4/+4
* fixed timestamps for 32bit time_t which wraps at 2038Jan Kneschke2007-08-211-6/+6
* fixed handling of duplicate If-Modified-Since to return 304Jan Kneschke2007-08-181-4/+4
* don't send a Content-Length for 1xx, 204 and 304 (fixes #1002)Jan Kneschke2007-08-181-1/+9
* added testcases for #1286 and #1287Jan Kneschke2007-08-171-2/+35
* - a few more whitespace cleanupsMarcus Rückert2006-10-051-1/+1
* OPTIONS may have a content-lengthJan Kneschke2006-03-041-1/+1
* added tests for possible crashesJan Kneschke2006-02-011-1/+9
* forbid Content-Length for GET, HEAD or OPTIONS requestsJan Kneschke2006-01-031-1/+39
* the range-request options was not handled at all, added test caseJan Kneschke2005-10-051-1/+9
* find perl at runtimeJan Kneschke2005-09-011-1/+1
* added tests for keep-alive and setenv and passed a ARRAY ref instead of a HAS...Jan Kneschke2005-08-311-29/+29
* switch to LigtyTest modulelighttpd-1.3.14Jan Kneschke2005-06-261-0/+6
* Unified all tests to use the LighyTest framework Jan Kneschke2005-06-151-261/+83
* seperated the tests for each section and let run-tests.pl use Test::HarnessJan Kneschke2005-03-021-0/+470