-
- Downloads
- Added CURLINFO_PRIMARY_IP as a new information retrievable with
curl_easy_getinfo. It returns a pointer to a string with the most recently used IP address. Modified test case 500 to also verify this feature. The implementing of this feature was sponsored by Lenny Rachitsky at NeuStar.
Showing
- CHANGES 6 additions, 0 deletionsCHANGES
- RELEASE-NOTES 2 additions, 2 deletionsRELEASE-NOTES
- docs/libcurl/curl_easy_getinfo.3 6 additions, 0 deletionsdocs/libcurl/curl_easy_getinfo.3
- include/curl/curl.h 2 additions, 1 deletioninclude/curl/curl.h
- lib/connect.c 7 additions, 2 deletionslib/connect.c
- lib/getinfo.c 4 additions, 0 deletionslib/getinfo.c
- lib/urldata.h 5 additions, 0 deletionslib/urldata.h
- tests/data/test500 4 additions, 1 deletiontests/data/test500
- tests/libtest/lib500.c 12 additions, 1 deletiontests/libtest/lib500.c
Loading
Please register or sign in to comment