mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 16:05:00 +00:00
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…
x
Reference in New Issue
Block a user