[WebException: The underlying connection was closed: The message length limit was exceeded.]
System.Net.HttpWebRequest.GetResponse()
response headers 最多 64 kb限制
HttpWebRequest.DefaultMaximumResponseHeadersLength = -1; // unlimited
本文共 285 字,大约阅读时间需要 1 分钟。
[WebException: The underlying connection was closed: The message length limit was exceeded.]
System.Net.HttpWebRequest.GetResponse()
response headers 最多 64 kb限制
HttpWebRequest.DefaultMaximumResponseHeadersLength = -1; // unlimited
转载于:https://www.cnblogs.com/94cool/p/4241140.html