413291 Avoid SPDY double dispatch
reduced warning to only when debug is on
This commit is contained in:
parent
fede2a7151
commit
be00279e7e
|
@ -223,8 +223,8 @@ public class HttpChannelState
|
|||
_async=null;
|
||||
return Action.ASYNC_EXPIRED;
|
||||
case STARTED:
|
||||
// TODO
|
||||
LOG.warn("TODO Fix this double dispatch",new IllegalStateException(this.getStatusString()));
|
||||
if (DEBUG)
|
||||
LOG.warn("TODO Fix this double dispatch",new IllegalStateException(this.getStatusString()));
|
||||
return Action.WAIT;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue