Google Chrome and Streaming HTTP connections?

前端 未结 6 1504
一整个雨季
一整个雨季 2020-12-18 12:09

Google chrome doesn\'t behave the same as other browsers when encountering this nugget:



        
6条回答
  •  庸人自扰
    2020-12-18 12:22

    Some browsers require a certain number of bytes to be downloaded before rendering available data. I remember the last time I tried to do what you're doing I ended up having to dump something like 300 spaces to be sure the browser would bother with it.

提交回复
热议问题