Greg Wilkins

Results 470 comments of Greg Wilkins

@japgolly I too would like to know how you were getting those exception, as I can run a simple webapp in 9.4.13 (staged) in GraalVM 1.0.0-rc9 with no problem. I've...

Let's review in the scope of 12.1.0. If OWBs are not supported by then, let's drop them.

We have now followed the behavior suggested in https://github.com/jakartaee/servlet/issues/301 from jetty 12 onwards. This means that all the methods like `transferTo` and `skipN` will ultimately call read, which if is...

We see this and thanks for the link. So if/when we implement dynamic brotli we will definitely look at this.... just this is not currently a high priority for us...

I agree we are free to pick a an encoding of equal preference... but still a bit more complex code that `contains("gzip")`. As I said, we are ok to have...

stale label removed. Still a low priority and may only get addressed in jetty-12

Making this unstale. It is something we really should do... just has not got to the top of the priority queue yet.

We could easily do a BrotliHandler as a copy of Gzip. The hard part is to do either/or in one handler neatly.

Jersey is calling `AsyncContext.complete()` on a request whose connection has already been closed. I think it is reasonable for the complete to throw, else how will the application know that...