Commit graph

5 commits

Author SHA1 Message Date
tankorsmash
f76c284ae9 move copypostfields to the pointer options; fix accidentally reverting part of test 2025-03-16 12:32:00 -04:00
tankorsmash
b291110ffa fix POST data not working without string literals
https://curl.se/libcurl/c/curl_easy_setopt.html

Strings passed to libcurl as 'char *' arguments, are copied by the library; the string storage associated to the pointer argument may be discarded or reused after curl_easy_setopt returns. The only exception to this rule is really CURLOPT_POSTFIELDS
2025-03-16 12:18:34 -04:00
d30021db16 Refactor tests for better reporting 2023-10-02 21:24:01 +02:00
3c42890e15 Add tests 2023-10-02 19:41:24 +02:00
0fbc751e57 Rename test.bqn → tests.bqn 2023-10-01 19:31:41 +02:00
Renamed from test.bqn (Browse further)