Changeset 1800
- Timestamp:
- 08/13/08 17:01:30 (3 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/qa/170-Error-ContentLength.py (added)
- cherokee/trunk/qa/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1799 r1800 1 1 2008-08-13 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * qa/170-Error-ContentLength.py, qa/Makefile.am: Added a new QA 4 test to ensure that even if a CGI/SCGI/FastCGI handler (not 5 configured to send errors) replies a non-200 error with the 6 Content-Length header, it is dropped before setting the server 7 error message so there is not a duplicated header with different 8 values. 2 9 3 10 * Index: cherokee/Makefile.am, cherokee/connector.c, cherokee/trunk/qa/Makefile.am
r1612 r1800 174 174 167-RuleGeoIP.py \ 175 175 168-Deflate-Encoding.py \ 176 169-Pipermail.py 176 169-Pipermail.py \ 177 170-Error-ContentLength.py 177 178 178 179 test: