Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
在 `DHWeb.cs` 文件中的 `DHWeb` 类中,增加了以下代码: * `ServicePointManager.ReusePort = true;` // 允许不同的 HTTP 请求重用相同的本地端口。 * `ServicePointManager.Expect100Continue = false;` // 禁用 100-Continue 行为,可能会提高性能。 这些更改通过设置 `ServicePointManager.ReusePort` 和 `ServicePointManager.Expect100Continue` 属性,优化了 HTTP 请求的处理性能和资源利用。
- Loading branch information