Closed sjinks closed 4 months ago
In cURL 8.7.1, it was possible to issue requests with empty query strings: http://localhost/wp-content/uploads/600x400.png?.
http://localhost/wp-content/uploads/600x400.png?
In cURL 8.8.0 (at least, in Alpine), this no longer works, and the request is sent as http://localhost/wp-content/uploads/600x400.png.
http://localhost/wp-content/uploads/600x400.png
This breaks our tests.
Probably related: curl/curl#13396
In cURL 8.7.1, it was possible to issue requests with empty query strings:
http://localhost/wp-content/uploads/600x400.png?
.In cURL 8.8.0 (at least, in Alpine), this no longer works, and the request is sent as
http://localhost/wp-content/uploads/600x400.png
.This breaks our tests.
Probably related: curl/curl#13396