Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: c38c2268a4c4babfc8541ec511222c0782aad82c
https://github.com/resteasy/Resteasy/commit/c38c2268a4c4babfc8541ec511222...
Author: jimma <ema(a)redhat.com>
Date: 2020-05-08 (Fri, 08 May 2020)
Changed paths:
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/Servlet3AsyncHttpRequest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsyncTimeoutTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncTimeoutResource.java
Log Message:
-----------
[RESTEASY-2472]:@Suspended AsyncResponse timeout still runs, even if … (#2372)
* [RESTEASY-2472]:@Suspended AsyncResponse timeout still runs, even if the response was
resumed before
* Update AsyncTimeoutResource.java
* Update AsyncTimeoutResource.java
Bogus change to rerun tests.
Co-authored-by: Ron Sigal <rsigal(a)redhat.com>