Kevin Pollet

Results 83 comments of Kevin Pollet

Hello @mzealey, As this pull request is an enhancement we wanted to integrate it in the next minor version of Traefik v3, but we introduced the support of the Brotli...

Hello @jorisvergeer, thanks for making the changes. As this pull request is an enhancement, I will rebase it on the master branch before merging it. Therefore will be available in...

Hello @jjsaunier, and thanks for your suggestion. We are interested in this issue and the traction it will receive. We will leave the status as `kind/proposal` to give the community...

Hello @rit001, We merged https://github.com/traefik/traefik/pull/10710, is it enough for you? If so, we can close this issue.

Hello, Sorry for the delay, but we were focused on releasing Traefik v3.0, and UDP middleware was not part of the roadmap. We are still interested in this feature, but...

Hello @everflux, We reproduced and investigated the issue and here is our understanding. Currently, Go does not support and implement WebSockets over HTTP/2, [RFC8441](https://datatracker.ietf.org/doc/html/rfc8441) (see https://github.com/golang/go/issues/49918). Therefore, when an h2...

What do you mean by `h2 backend did in fact work`? Did you actually observe WebSocket connection upgrade through `HTTP/2` with the Go `std` library?

Hello @djbryce, This issue is about using WebSockets with `HTTP/2`. If you are experiencing issues with `HTTP/1.1` and Websockets, please join our [Community Forum](https://community.containo.us/) and reach out to us in...

Hello @everflux, As explained in my previous comment, Go does not support WebSockets over HTTP/2, [RFC8441](https://datatracker.ietf.org/doc/html/rfc8441) (see https://github.com/golang/go/issues/49918). That's why the WebSocket connection upgrade is done through HTTP/1.1 and the...

Thanks again @StephanSalas for this contribution, and sorry for the delay! As https://github.com/traefik/traefik/pull/10467 is merged, I am closing this pull request. Superseded by https://github.com/traefik/traefik/pull/10467