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

2019独角兽企业重金招聘Python工程师标准>>> IIS|IIS & Chrome: failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING
文章图片

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

【IIS|IIS & Chrome: failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING】

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

    推荐阅读