summaryrefslogtreecommitdiff
path: root/tests/core-keepalive.t
Commit message (Collapse)AuthorAgeFilesLines
* [core] fix crash on master if blank line requestGlenn Strauss2020-10-111-2/+27
| | | | | | | | | | | | | | | | | (bug on master branch; never released) (thx avij) fix crash on master if blank line precedes HTTP/1.1 keep-alive request header parsing code previously made assumptions that request was HTTP/1.0 or HTTP/1.1, where a request-line was required, and which would error out elsewhere if request-line was missing. The parsing code also previously looked for "\r\n\r\n" to end headers. The header offset parsing code was modified and invalidated the above assumptions, now looking only for blank line "\r\n", but the calling code had not properly been updated. (until this patch)
* - change s/// separator that it doesn't confuse vimElan Ruusamäe2008-01-151-5/+4
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2027 152afb58-edef-0310-8abb-c4023f1b3aa9
* merged [1044], [1052], [1054]Jan Kneschke2006-09-071-1/+1
| | | | | | | updated NEWS file git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.11-ssl-fixes@1280 152afb58-edef-0310-8abb-c4023f1b3aa9
* added a keep-alive check for pipeliningJan Kneschke2005-11-181-1/+17
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@860 152afb58-edef-0310-8abb-c4023f1b3aa9
* find perl at runtimeJan Kneschke2005-09-011-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@670 152afb58-edef-0310-8abb-c4023f1b3aa9
* added tests for keep-alive and setenv and passed a ARRAY ref instead of a ↵Jan Kneschke2005-08-311-0/+76
HASH ref git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@654 152afb58-edef-0310-8abb-c4023f1b3aa9