Issue with HEAD requests in 0.36.0? #2401
Labels
breaking change
for PRs that need to be mentioned in the breaking changes section of the release notes
bug
high prio
Milestone
Brief summary
After upgrading to
0.36.0
we noticed that in one of our tests it started failing with no successful requests. Uniquely this was the only test that was sending HEAD requests (http.head
).Digging further we identified our nginx server was rejecting all requests vaguely with 400 errors. After switching back to
0.35.0
the issue was no longer happening suggesting this is an issue on the k6 side.k6 version
0.36.0
OS
Ubuntu 18.04, Mac OS 12.2.1
Docker version and image (if applicable)
No response
Steps to reproduce the problem
Expected behaviour
HEAD requests are successful
Actual behaviour
HEAD requests are being rejected with 400 errors
The text was updated successfully, but these errors were encountered: