
cherokee at cherokee-project
Oct 30, 2009, 9:29 AM
Post #1 of 1
(44 views)
Permalink
|
|
[3764] cherokee/trunk/qa/231-POST-4extra.py: Clarifies the bug/ regression the QA is protecting against.
|
|
Revision: 3764 http://svn.cherokee-project.com/changeset/3764 Author: alo Date: 2009-10-30 17:29:04 +0100 (Fri, 30 Oct 2009) Log Message: ----------- Clarifies the bug/regression the QA is protecting against. Modified Paths: -------------- cherokee/trunk/qa/231-POST-4extra.py Modified: cherokee/trunk/qa/231-POST-4extra.py =================================================================== --- cherokee/trunk/qa/231-POST-4extra.py 2009-10-30 16:22:30 UTC (rev 3763) +++ cherokee/trunk/qa/231-POST-4extra.py 2009-10-30 16:29:04 UTC (rev 3764) @@ -3,6 +3,9 @@ from base import * from util import * +# This QA test checks: +# http://bugs.cherokee-project.com/504 + POST_LENGTH = 1024 * 10 POST_EXTRA = "\r\n\r\n" FILENAME = "post_4extra.php"
|