07.10.2010, в 17:12, Jenn Braithwaite (胡慧鋒) написал(а):

> Or does DRT buffer the response until the entire response is complete?


Buffering is a function of an underlying network library. CFNetwork buffers 
about 1K of data for content sniffing - it wants to provide a correct content 
type right away, even if it is wrong in HTTP headers.

The solution is to dump a bunch of spaces first.

- WBR, Alexey Proskuryakov

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to