Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 75565c0d9554aa0ce205ba56f8434892b9893f23
https://github.com/resteasy/Resteasy/commit/75565c0d9554aa0ce205ba56f8434...
Author: NicoNes <nicolas.nesmon(a)gmail.com>
Date: 2017-12-12 (Tue, 12 Dec 2017)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/SynchronousDispatcher.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/SynchronousExecutionContext.java
Log Message:
-----------
[RESTEASY-1764] Asynchronous execution resource leak (#1356)
* On complete must be called even if the response as already been committed
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* The latch must be counted down on cancel
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>