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
I found out that this happens only if AutoHeadResponse is installed - I'm not sure if this is expected behaviour or not but at least it should be documented
The text was updated successfully, but these errors were encountered:
Ktor Version and Engine Used (client or server and name)
1.3.2
Describe the bug
head route does not resolve as expected
To Reproduce
install(AutoHeadResponse)
curl -I http://0.0.0.0:8080/api/v1
fails with 404Expected behavior
curl should see a 204
I found out that this happens only if AutoHeadResponse is installed - I'm not sure if this is expected behaviour or not but at least it should be documented
The text was updated successfully, but these errors were encountered: