Phil Lehmann

Results 13 comments of Phil Lehmann

My issue is mainly with corporate firewalls and their defaults for handling WebSockets (not allowing them at all or disconnecting them after a while). The latter issue can be lightened...

As netty can currently not handle WebSocket connections over (HTTP) proxy client side (https://github.com/netty/netty/issues/5070), having this as a fallback would help, too.

So tonight I finished this (long polling & streaming, which was surprisingly similar to each other), passing all tests. It even passes TLS + Proxies, which does not work with...