Greg Wilkins

Results 617 comments of Greg Wilkins

@joakime should we support this only in the new compression handler?

If we change the `AtomicReference` to the tail a `AtomicMarkableReference` then the mark can indicate if the task returned from offer was blocking or not. So we have 6 possible...

My 2c on this is that a server needs to be limited in some way, otherwise DOS is always a risk. Limiting by threads has always been a very poor...

I've created PR #13208 to address this issue (at least in part). The substantive change is that we will no longer reserve a thread if there are jobs in the...

Just to be clear (and we should probably document this better, as this is the second such issue), there are two steps involved in accepting ambiguous URIs. The first is...

There is a use-case for optional handlers in Handler.Wrapper. The classic example is ServletHandler, which is a Wrapper, but typically does not have a nested Handler. This is only important...