IIS & Chrome: failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

用谷歌浏览器做文件下载  不注意会有这个问题   IE 没有这个问题

 

 

context.Response.Flush();
context.Response.Close(); //<-- this causes the error

谷歌不能下载 出现 failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING 错误  是由于 

context.Response.Close()

所导致  去除这行代码就可以了  

转载于:https://my.oschina.net/guanxinsui/blog/968085

你可能感兴趣的:(IIS & Chrome: failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING)