码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2014-09-17 20:07:52      阅读:348      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   ar   文件   div   sp   

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()后一切正常。

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

标签:style   blog   http   color   os   ar   文件   div   sp   

原文地址:http://www.cnblogs.com/yes-you-can/p/3977812.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!