New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79666


Ignore:
Timestamp:
06/22/11 17:52:23 (4 years ago)
Author:
derek@…
Message:

CurlPostCmd

  • No longer set CURLOPT_NOBODY option
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gsoc11-statistics/base/src/pextlib1.0/curl.c

    r79520 r79666  
    10171017                } 
    10181018 
    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  
    10261019                /* we do not want any progress */ 
    10271020                theCurlCode = curl_easy_setopt(theHandle, CURLOPT_NOPROGRESS, 1); 
Note: See TracChangeset for help on using the changeset viewer.