Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-19 | tests: Make sure libtests call curl_global_cleanup() | Dan Fandrich | |
This ensures that global data allocations are freed so Valgrind stays happy. This was a problem with at least PolarSSL and mbedTLS. | |||
2017-07-03 | url: make the original string get used on subsequent transfers | Daniel Stenberg | |
... since CURLOPT_URL should follow the same rules as other options: they remain set until changed or cleared. Added test 1551 to verify. Fixes #1631 Closes #1632 Reported-by: Pavel Rochnyak |