Automattic / vip-codespaces

https://docs.wpvip.com/local-development/github-codespaces/
8 stars 2 forks source link

test(photon): workaround for cURL 8.8.0 #281

Closed sjinks closed 4 months ago

sjinks commented 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?.

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