简体   繁体   English

Chrome中的另一个网:: ERR_INCOMPLETE_CHUNKED_ENCODING

[英]Yet another net::ERR_INCOMPLETE_CHUNKED_ENCODING in chrome

I'm facing the error "net::ERR_INCOMPLETE_CHUNKED_ENCODING" on a specific page only with chrome after I reload it. 重新加载后,我仅在带有chrome的特定页面上遇到错误“ net :: ERR_INCOMPLETE_CHUNKED_ENCODING”。

When I restart apache it fixes the issue for the first load, if I hit refresh I face the same error again. 当我重新启动apache时,它解决了第一次加载的问题,如果我单击“刷新”,我将再次遇到相同的错误。

Can you help me diagnose this kind of chrome trolling? 您能帮我诊断这种铬巨魔吗? I tried to remove everything in my .htaccess but I faced the same problem. 我试图删除.htaccess中的所有内容,但遇到了同样的问题。

i also face this same problem,when i use chrome to run my web. 当我使用chrome来运行我的网站时,我也面临同样的问题。 before the problem is fixed: 1、use $.getJSON('url***',params,callback_function); 在解决问题之前:1,使用$ .getJSON('url ***',params,callback_function); and then run my web,the "net::ERR_INCOMPLETE_CHUNKED_ENCODING" is showed. 然后运行我的网站,显示“ net :: ERR_INCOMPLETE_CHUNKED_ENCODING”。

after a long time trying,when i put one '/' to url,the "net::ERR_INCOMPLETE_CHUNKED_ENCODING" idoesn't show .the problem seems liked be fixed.which is more amazing is that the number the '/' doesn't face the result.the problem is decided by whether '/' exsits in url. 经过长时间的尝试,当我在网址中输入一个'/'时,“ net :: ERR_INCOMPLETE_CHUNKED_ENCODING” idoes并未显示。问题似乎已解决。更令人惊讶的是,'/'这个数字没有面对结果。问题由url中是否存在'/'决定。

我升级了php,它解决了这个问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM