[webkit-dev] how to create a test that can perform actions while resources are still loading?

Alexey Proskuryakov ap at webkit.org
Thu Oct 7 20:18:29 PDT 2010


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



More information about the webkit-dev mailing list