Skip to content
Snippets Groups Projects
Commit afdfb78f authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

code: finish connnection after close

parent 76dc5c57
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,9 @@ class MidlewareTunnel implements Closeable {
break;
}
}
if(lastConnection != null) {
lastConnection.finishIfNeeded();
}
} finally {
if (log.isDebugEnabled()) {
log.debug("MiddlewareTunnel - interrupted");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment