Using “transfer-encoding: chunked”, how much data must be sent before browsers start rendering it?

后端 未结 2 989
长情又很酷
长情又很酷 2020-11-29 04:01

All browsers wait for some content (and sometimes some amount of time, too) before they start rendering a partial http response you have flushed to it across the network - b

2条回答
  •  粉色の甜心
    2020-11-29 04:28

    None, if the headers are set correctly.

    See Chunked transfer encoding - browser behavior for a thorough explanation.

提交回复
热议问题