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
|
// don't bother writing, just notify of close
|
||||||
getWriteFlusher().onClose();
|
getWriteFlusher().onClose();
|
||||||
}
|
}
|
||||||
// Else,
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// try to flush what is pending
|
// Try again
|
||||||
// execute to avoid recursion
|
_runCompleteWrite.run();
|
||||||
getExecutor().execute(_runCompleteWrite);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue