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 2004/08/29 22:30:57 UTC

DO NOT REPLY [Bug 18492] - Problem with upload of files.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=18492>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=18492

Problem with upload of files.





------- Additional Comments From nick@webthing.com  2004-08-29 20:30 -------
cat will listen on stdin until it gets EOF (or timeout).

But CGI doesn't offer you an EOF.  So that's a bug in your script, and hanging
indefinitely is expected behaviour.

Can you reproduce it with a script that reads CONTENT_LENGTH bytes, as expected
by the CGI spec?

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