Das Löschen eines Branches ist permanent. Es KANN NICHT rückgängig gemacht werden. Fortfahren?
fix/head-method nach main vor 1 Monat zusammengeführt
Das Löschen eines Branches ist permanent. Es KANN NICHT rückgängig gemacht werden. Fortfahren?
Problem
curl -sSI https://txt.zurag.besends a HEAD request. The server only handledGETandPOST, so HEAD fell through to the catch-all404handler — blocking the acceptance criterion even though the site was fully functional for browsers and game play.Change
Single-line fix in the
GET /handler:HEAD gets the same 200 +
Content-Typeheaders as GET; body is empty (correct per RFC 7231).Test plan
After merge + pipeline redeploy:
curl -sSI https://txt.zurag.be→HTTP/2 200curl -sS https://txt.zurag.be→ game HTML (unchanged)Task: dd07738f-6e58-4702-86c3-c43b85f236d2
0139527147zusammengeführt.