意外的“100继续”

发布于 2024-07-25 11:04:36 字数 341 浏览 5 评论 0原文

我有 2 台使用 .Net 远程处理进行通信的服务器。 由于某些架构原因,我在这两台服务器之间有一个代理,它从一台服务器发送到另一台服务器的请求中删除了“Expect: 100-continue”标头。 问题是,当代理将消息发送到没有此标头的第二个服务器时,目标服务器会响应“100 continue”。 这种行为给我们带来了很多问题,因为当代理收到“100 continue”时,它会丢弃整个 http 会话。 我google了一下这个问题,发现windows server 2003 SP1有一个bug,本来应该在SP2中修复的,但是我安装后,问题仍然存在。 有谁知道如何修复它,或者配置 http.sys 或远程处理不发送“100 continue”?

I have 2 servers that communicates using .Net remoting. For some architectural reasons, I have a proxy between those 2 servers, that removes the "Expect: 100-continue" header from the request that is sent from one server to another. The problem is, that when the proxy sends the message to the second server without this header, the destination server responses with "100 continue". This behavior causes us many problems, since the proxy discards the whole http conversation, when it gets "100 continue".
I googled this issue, and I found that there was a bug in windows server 2003 SP1, which was supposed to be fixed in SP2, but after I installed it, the problem still remains.
Does anyone knows how to fix it, or to configure http.sys or remoting not to send the "100 continue"?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文