[79666] branches/gsoc11-statistics/base/src/pextlib1.0/curl.c

derek at macports.org derek at macports.org
Wed Jun 22 17:52:25 PDT 2011


Revision: 79666
          http://trac.macports.org/changeset/79666
Author:   derek at macports.org
Date:     2011-06-22 17:52:23 -0700 (Wed, 22 Jun 2011)
Log Message:
-----------
CurlPostCmd
- No longer set CURLOPT_NOBODY option

Modified Paths:
--------------
    branches/gsoc11-statistics/base/src/pextlib1.0/curl.c

Modified: branches/gsoc11-statistics/base/src/pextlib1.0/curl.c
===================================================================
--- branches/gsoc11-statistics/base/src/pextlib1.0/curl.c	2011-06-22 22:09:19 UTC (rev 79665)
+++ branches/gsoc11-statistics/base/src/pextlib1.0/curl.c	2011-06-23 00:52:23 UTC (rev 79666)
@@ -1016,13 +1016,6 @@
 			break;
 		}
 
-		/* skip the body data */
-		theCurlCode = curl_easy_setopt(theHandle, CURLOPT_NOBODY, 1);
-		if (theCurlCode != CURLE_OK) {
-			theResult = SetResultFromCurlErrorCode(interp, theCurlCode);
-			break;
-		}
-
 		/* we do not want any progress */
 		theCurlCode = curl_easy_setopt(theHandle, CURLOPT_NOPROGRESS, 1);
 		if (theCurlCode != CURLE_OK) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110622/3c191426/attachment.html>


More information about the macports-changes mailing list