Speculative fix for #2233
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
be1a011120
commit
f35bd03810
|
@ -527,12 +527,10 @@ public class SslConnection extends AbstractConnection
|
|||
// don't bother writing, just notify of close
|
||||
getWriteFlusher().onClose();
|
||||
}
|
||||
// Else,
|
||||
else
|
||||
{
|
||||
// try to flush what is pending
|
||||
// execute to avoid recursion
|
||||
getExecutor().execute(_runCompleteWrite);
|
||||
// Try again
|
||||
_runCompleteWrite.run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue