]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_ipfs: simplify the ipfs gateway logic
authorDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2025 11:05:58 +0000 (13:05 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2025 13:47:36 +0000 (15:47 +0200)
commit6296b9d383850bf603fb750e727dc2064b80fe69
tree3470e5e8ca739ae9ccc9e9dca51a603160486c10
parent9568109f71be2625c0bb6c4883e01042819b0f36
tool_ipfs: simplify the ipfs gateway logic

- make sure memory allocated by libcurl is freed with curl_free()

- drop the ensure_trailing_slash complexity

Closes #19097
src/tool_ipfs.c