aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_CONNECT_TO.3
AgeCommit message (Collapse)Author
2018-04-17docs: fix typosJakub Wilk
Closes https://github.com/curl/curl/pull/2503
2016-05-20CURLOPT_CONNECT_TO.3: user must not free the list prematurelyMichael Kaufmann
The connect-to list isn't copied so as long as the handle may be used for a transfer the list must be valid. Bug: https://github.com/curl/curl/pull/819 Reported-by: Michael Kaufmann
2016-04-27opts: Fix some syntax errors in example code fragmentsMichael Kaufmann
Fixes #779
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
Makes curl connect to the given host+port instead of the host+port found in the URL.