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.
1.通过 ajax,我在单击 OK 按钮时向 servlet 发送了一个请求。 2.该请求处理一些数据库调用并持有一些结果集 3.现在,当我单击“取消”按钮时,需要取消/中止请求。 4.同时,我需要按请求保存的结果集。
Servlet API(或我知道的任何容器特定机制)中没有允许中止正在进行的 HTTP 请求的机制(在这种情况下,缺少 kill -9 将中止而不是您希望的更多) )。