You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/08/14 13:45:34 UTC

DO NOT REPLY [Bug 42287] chunked encoded response to POST request to cgi script is abruptly closed

https://issues.apache.org/bugzilla/show_bug.cgi?id=42287


rahul <ra...@sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #1 from rahul <ra...@sun.com>  2008-08-14 04:45:33 PST ---
Not able to reproduce in trunk, 
This is what I used with test2.pl, I do not get an error here or in the error
logs

for x in $(seq -w 00 99);
do (echo "POST /cgi-bin/test2.pl HTTP/1.1
Host:agneyam
Accept: */*
Content-Type:application/x-www-form-urlencoded
Connection:close
Content-length:6

x=abcd" | nc agneyam 8080 > resp/r.$x || echo err &);
done


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org