Home  >  Article  >  Backend Development  >  http - 如何通过php关闭Transfer-Encoding:chunked

http - 如何通过php关闭Transfer-Encoding:chunked

WBOY
WBOYOriginal
2016-06-06 20:30:342312browse

同一段代码放到不同的服务器上面,返回的响应结果不同,如下图:

http - 如何通过php关闭Transfer-Encoding:chunked

响应结果如这张图的话,资源就可以正常使用

http - 如何通过php关闭Transfer-Encoding:chunked

如果如这张图,就无法使用

虚拟主机环境,无法自己修改服务器配置,请教大虾们,有没有办法通过php使第二图中的响应与第一图相同。

回复内容:

同一段代码放到不同的服务器上面,返回的响应结果不同,如下图:

http - 如何通过php关闭Transfer-Encoding:chunked

响应结果如这张图的话,资源就可以正常使用

http - 如何通过php关闭Transfer-Encoding:chunked

如果如这张图,就无法使用

虚拟主机环境,无法自己修改服务器配置,请教大虾们,有没有办法通过php使第二图中的响应与第一图相同。

chunked是将数据分块发送到浏览器的意思。你需要设置你的nginx来关闭它。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn