Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在 Tomcat 7 上使用 Spring MVC 的 REST 基础架构。我们的请求可能会持续几秒钟。当 HTTP 请求的客户端断开连接并且不再监听响应时,我们是否有办法获得通知?
您是否使用任何 javascript 组件来发出 REST 请求?网格还是下拉?
可能您需要检查呼叫的响应代码。如果您收到响应代码,则表示客户端已断开连接。