Transfer-Encoding: chunked

后端 未结 2 735
没有蜡笔的小新
没有蜡笔的小新 2021-01-31 07:52

I was trying to understand more on Transfer-Encoding:chunked. referred some articles: http://zoompf.com/blog/2012/05/too-chunky and "Transfer-Encoding: chunked

2条回答
  •  耶瑟儿~
    2021-01-31 08:19

    Transfer-Encoding: chunked isn't needed for progressive rendering. However, it is needed when the total content length is unknown before the first bytes are sent.

提交回复
热议问题