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=39514>.
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=39514





------- Additional Comments From [EMAIL PROTECTED]  2006-05-10 15:33 -------
If you need to send ranged responses in your CGI script, do it in your CGI
script; parse the Range header and send a response with an appropriate
Content-Range header.

IMO it is simply not correct to do this in general at httpd level - it's very
expensive (say your CGI script generates 2Gb of content, and the user just
requested the last 2 bytes), and it would add a lots of complexity.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to