Changeset 79666
- Timestamp:
- 06/22/11 17:52:23 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-statistics/base/src/pextlib1.0/curl.c
r79520 r79666 1017 1017 } 1018 1018 1019 /* skip the body data */1020 theCurlCode = curl_easy_setopt(theHandle, CURLOPT_NOBODY, 1);1021 if (theCurlCode != CURLE_OK) {1022 theResult = SetResultFromCurlErrorCode(interp, theCurlCode);1023 break;1024 }1025 1026 1019 /* we do not want any progress */ 1027 1020 theCurlCode = curl_easy_setopt(theHandle, CURLOPT_NOPROGRESS, 1);
Note: See TracChangeset
for help on using the changeset viewer.

