https://issues.apache.org/bugzilla/show_bug.cgi?id=42287
rahul <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #1 from rahul <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]