Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如上所述,在 HTTP 标准中字节服务分块传输是可能的吗?
从 RFC2616 开始,Transfer-Encoding 是消息的属性,而不是实体。Content-Range 是一个实体标头。所以原则上它们可以一起使用,除非存在两者冲突的极端情况。
这是它应该如何发生的:使用星号“*”作为实例长度。省略 content-length 标头并发送 Transfer-Encoding: chunked。