ignisf
ignisf
@tsiid, also, correct me if I'm wrong, but wouldn't replicating the `NewUDPEntryPoint` change here achieve the sought after effect: https://github.com/traefik/traefik/blob/a967d764805f7caa12804967f42741ecf72967a7/pkg/server/server_entrypoint_tcp_http3.go#L37-L41
This seems to work: ```diff diff --git a/pkg/server/server_entrypoint_tcp_http3.go b/pkg/server/server_entrypoint_tcp_http3.go index 23b23071d..30eedbdb2 100644 --- a/pkg/server/server_entrypoint_tcp_http3.go +++ b/pkg/server/server_entrypoint_tcp_http3.go @@ -25,7 +25,7 @@ type http3server struct { getter func(info *tls.ClientHelloInfo) (*tls.Config, error) }...
@youkoulayley this PR still seems to have the `needs-review` label even though you reviewed it. Is this expected?
I would also like to chime in that I've had gatus just hang in some adverse conditions (i.e. container started before networking is up). Having a healthcheck that actually fires...
https://github.com/esphome/esphome/pull/4258 https://github.com/esphome/esphome-docs/pull/2607