Servlet 何时在其标头附近添加 Connection : ?

发布于 2024-11-17 22:38:58 字数 149 浏览 2 评论 0原文

我编写了一个 Servlet,它根据 PROPFIND 请求发送 XML 数据。我一定做了一些特别的事情,因为每个响应都在其标题中: 连接:关闭 我没有在那里写,而且我实际上不想要(一些客户不太喜欢这样)。我做了什么?或者我需要做什么才能避免这种情况?

:-( 斯威

I wrote a servlet that sends out XML data on PROPFIND requests. I must have done something special, since every response got in its header:
Connection : closed
which I don't write in there and which I actually don't want (some of the clients don't like that very much). What did I do? Or what do I need to do to avoid this?

:-( stw

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷乱花海 2024-11-24 22:38:58

没有硬性规定。持久连接请求是否终止以及何时终止由 servlet 容器自行决定。

There is no hard and fast rule. It is at the discretion of the servlet container if and when a persistent connection request is terminated.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文