chrome (failed) net::ERR_INCOMPLETE_CHUNKED_ENCODING ashx 加载图片


chrome (failed) net::ERR_INCOMPLETE_CHUNKED_ENCODING

 

ashx文件加载图片的方法,发现在chrome浏览器里面出了异常:

(failed) net::ERR_INCOMPLETE_CHUNKED_ENCODING

 
                ftpStream.Read(buffer, 0, bufferSize);

                HttpContext.Current.Response.BinaryWrite(buffer);
                HttpContext.Current.Response.Flush();     
                ftpStream.Close();
                HttpContext.Current.Response.Close();

 

 
是Response.Close()引起chrome的chunked解码失败,其它浏览器没有这个异常
去掉Response.Close()后一切正常。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM