gpt4 book ai didi

c# - 为什么 HttpWebResponse.ContentLength 突然返回 -1?

转载 作者:太空宇宙 更新时间:2023-11-03 21:49:03 25 4
gpt4 key购买 nike

我们这里有一个特殊的问题。我们在客户端有一个代码,可以使用 HTTPWebResponse/HttpWebRequest 从 Web 服务器下载一些文件我们正在使用 HttpWebResponse.ContentLength 来获取文件的大小...所有这些天它都工作正常但突然开始给 -1然而,当我们绕过服务器上的负载平衡器时,它就可以工作了……任何人都可以就为什么会发生这种情况给出一个公平的想法

最佳答案

来自 MSDN 关于 HttpWebResponse.ContentLength property 的文档:

If the Content-Length header is not set in the response, ContentLength is set to the value -1.

简单地说——服务器没有发送 Content-Length header 。

关于c# - 为什么 HttpWebResponse.ContentLength 突然返回 -1?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15433351/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com