Google Chrome and Streaming HTTP connections?

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

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



        
6条回答
  •  离开以前
    2020-12-18 12:14

    I had a similar issue to this, and solved it by adding an HTML tag (in my case
    ) before each flush.

    My guess would be that Chrome waits for an element which is being displayed to close before triggering a re-render. That's only a guess though.

    It didn't seem to require 1024 bytes - I think I would have had just under 512 bytes when it worked.

提交回复
热议问题