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
Gin does not automatically handle HEAD for GET routes. Add a getAndHead
helper that registers both methods, and use it for all public-facing
routes (home, posts, tags, search, sitemap). Fixes curl -I and similar
tools returning 404 instead of 200.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments