You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core/HTTP: Route rules and API error logging now reuse centralized transport error filtering, and expected HTTP/2 or HTTP/3 disconnects are downgraded to debug logs while unexpected errors still log at error level. (cccf6e1)
Core/HTTP: Expected HTTP/2 and HTTP/3 close or cancel errors are now filtered centrally and reused by reverse proxy logging and response flush handling. (yusing/goutils@47c7b77)
Bug Fixes
WebUI/Wiki: OpenAPI docs route payloads now serialize TOC titles to strings before returning page data from the server loader. (yusing/godoxy-webui@5e7d6ee)
WebUI/Routes: The routes stats bar now guards container running-state lookups when route details are missing, preventing frontend errors while route data is still loading or absent. (yusing/godoxy-webui@9369247)
Full Changelog
cccf6e1 refactor(http): reuse centralized transport error filtering