]> granicus.if.org Git - curl/commit
curl_easy_recv/send: make them work with the multi interface
authorYamada Yasuharu <yasuharu.yamada@access-company.com>
Mon, 23 Mar 2015 21:46:58 +0000 (22:46 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Mar 2015 21:46:58 +0000 (22:46 +0100)
commitecc4940df2c286702262f8c21d7369f893e78968
treea992f280dcb0f388428959c1ae32fbd19d81d3a9
parent4b02b84897c0038ee9d52891307ec10e5f50da01
curl_easy_recv/send: make them work with the multi interface

By making sure Curl_getconnectinfo() uses the correct connection cache
to find the last connection.
docs/libcurl/curl_easy_recv.3
docs/libcurl/curl_easy_send.3
lib/connect.c