jetty-9 - Just returning in case we want to fail an already failed write flusher.
This commit is contained in:
parent
6a851b5a52
commit
24cbb6385b
|
@ -371,7 +371,7 @@ abstract public class WriteFlusher
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// If updateState didn't succeed, we don't care as our buffers have been written
|
||||
if (!updateState(__COMPLETING,__IDLE))
|
||||
ignoreFail();
|
||||
|
@ -397,6 +397,7 @@ abstract public class WriteFlusher
|
|||
switch(current.getType())
|
||||
{
|
||||
case IDLE:
|
||||
case FAILED:
|
||||
return;
|
||||
|
||||
case PENDING:
|
||||
|
|
Loading…
Reference in New Issue