Skip to content

Commit

Permalink
Merge branch 'GH-2978_backport' into 5.4-MAINT
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Dec 21, 2017
2 parents 934bbbe + 513c71e commit 79c3329
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,10 @@ protected boolean isIdleCapable() {
}

public void close() {
if (!open) {
return;
}

open = false;
stacktraceForClose = new Exception();

Expand Down

0 comments on commit 79c3329

Please sign in to comment.