Files
OmniRoute/changelog.d/fixes/10508-cli-readiness-localhost-dns-delay.md
Diego Rodrigues de Sa e Souza e5a81ed744 fix(cli): readiness poll must target 127.0.0.1, not localhost (#10508) (#10758)
Co-authored-by: Markus Hartung <mail@hartmark.se>
2026-08-19 12:11:43 -03:00

181 B

  • fix(cli): use 127.0.0.1 for the readiness health-check poll instead of localhost, avoiding Windows DNS-resolution delays that made a healthy server report as never-ready (#10508)