jetty-9 - Just returning in case we want to fail an already failed write flusher.
This commit is contained in:
parent
6a851b5a52
commit
24cbb6385b
|
@ -397,6 +397,7 @@ abstract public class WriteFlusher
|
|||
switch(current.getType())
|
||||
{
|
||||
case IDLE:
|
||||
case FAILED:
|
||||
return;
|
||||
|
||||
case PENDING:
|
||||
|
|
Loading…
Reference in New Issue