Updates:
Labels: -JavaScript
Comment #13 on issue 2016 by [email protected]: Chome does not support
pushlets and Comet
http://code.google.com/p/chromium/issues/detail?id=2016
Removed the Javascript tag - this is just a webkit/chrome interaction
issue. Due to
content sniffing, chrome buffers 256 bytes before handing to webkit. This
was done
because webkit doesn't buffer; and if chrome doesn't buffer then webkit may
fall into
quirks mode inappropriately.
Overall- this is a webkit issue. Buffering breaks the xmlhttprequest from
getting
data immediately, but not buffering breaks some amount of content sniffing.
Workaround: customer can make sure to send more than 256 bytes in the
first chunk
from client to server.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---