[Webkit-unassigned] [Bug 36156] XHR 'progress' event code assumes wrongly that expectedLength >= 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 16 00:12:10 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36156


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2010-03-16 00:12:10 PST ---
Answering a comment from bug 18654:

> PHP automatically fills the "Content-Length" so it is unlikely to be hit at
> this point. We will need some as-is magic to avoid sending the header.

I'm not sure about PHP, but it's certainly easy to send chunked responses with
GGIs (any "slow" script in resources subdirectories does that). That is the
normal use case for ling-lived requests of "comet"-style applications.

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



More information about the webkit-unassigned mailing list