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
ACM-38826 fix(backend): use GET /api with body drain instead of HEAD
HEAD /api returns 405 on clusters where the API server or proxy chain
rejects HEAD requests, causing every auth check to fail. Switch to
GET /api with explicit body drain — the response is ~200 bytes (core
API group only), drained immediately so the socket returns to the
keepAlive pool. This preserves the memory optimization while restoring
compatibility.
Signed-off-by: Randy Bruno Piverger <21374229+Randy424@users.noreply.github.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments