Skip to content

Use curl to modify/construct urls#741

Merged
hadley merged 8 commits into
mainfrom
curl-modify
Jun 23, 2025
Merged

Use curl to modify/construct urls#741
hadley merged 8 commits into
mainfrom
curl-modify

Conversation

@hadley
Copy link
Copy Markdown
Member

@hadley hadley commented Jun 16, 2025

Note that req_url_path_append() now only actually affects the path, not other components of the URL like the query params.

To do:

  • revdepcheck

Fixes #732

hadley added 2 commits June 16, 2025 08:50
Note that `req_url_path_append()` now only actually affects the path, not other components of the URL like the query params.

Fixes #732
@hadley
Copy link
Copy Markdown
Member Author

hadley commented Jun 18, 2025

The revdeps seems to be mostly something to do with httptest2, so I should figure that out first. But I only see one very obvious failure related to this change, and that's atrrr.

@hadley
Copy link
Copy Markdown
Member Author

hadley commented Jun 18, 2025

And a couple of failures due to the case of the encoded characters changing.

@hadley
Copy link
Copy Markdown
Member Author

hadley commented Jun 18, 2025

Oooh actually the httptest2 failures might be because of that case change.

@hadley hadley merged commit 3cf26fb into main Jun 23, 2025
13 checks passed
@hadley hadley deleted the curl-modify branch June 23, 2025 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use curl_modify_url() instead of home grown

1 participant