Simone Bordet

Results 555 comments of Simone Bordet

I recommend you do it with the Jetty 12 WebSocket APIs because they have better support for backpressure: https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#pg-server-websocket-jetty The problem with the Jakarta APIs is that you have to...

@Spandana806 there is not much we can say here, you have to organize your code in a way that you can pass the cookie from the proxy server to the...

> The proper way to have Jetty performing the proxy is to have an internal WS server/client pair that intermediate the connection from the client to the proxy target? Correct....

@gregw are you suggesting maintaining separate branches for `jetty-12.0.x-java8` and `jetty-12.1.x-java8`? I thought you wanted to reduce the number of branches? I also thought Java 8 was dead.

> How is this going in 2023? @xulihang feel free to submit a pull request.