51CTO博客开发
QQ空间提出一个需求,要求qzhttp支持chunked+gzip。每个chunk是一个独立的gzip压缩包,并提到雅虎是这么实现的。分析结论:1.雅虎的chunked+gzip的方式,每个chunk并不是一个独立的gzip压缩包。2.如果采用chunked+gzip方式,并且每个chunk都是一个gzip压缩包的方式,浏览器不支持(用ie和chrome测试)。一. 首先对于雅虎搜索chunked
Chunked transfer encoding allows a server to maintain an HTTP persistent connection for dynamically generated content. In this case the HTTP Content-Length header cannot be used to delimit the content
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号