dev: do something about HEAD requests

This commit is contained in:
2026-03-24 21:47:00 +01:00
parent af3d1a567b
commit 8a65bb2c92
2 changed files with 16 additions and 5 deletions

View File

@@ -11,3 +11,7 @@ This is a reimplementation of the oauth2 server I was making and forgot where I
# License
All code licensed under the GPL-2.0-only.
# Known Issues
HTTP `HEAD` requests are not responded to properly, I'm exploring solutions but each one has its drawbacks to consider.