cURL / Mailing Lists / curl-users / Single Mail

curl-users

Output traces

From: Bescon, Guenole <Guenole.Bescon_at_compaq.com>
Date: Mon, 4 Dec 2000 10:34:03 +0100

Hello,

When I do a post with the following options:

curl_easy_setopt(mySession, CURLOPT_URL, myURL);
curl_easy_setopt(mySession, CURLOPT_POST);
curl_easy_setopt(mySession, CURLOPT_NOPROGRESS);

I receive these output traces.

HTTP/1.0 200 OK
Date: Mon, 04 Dec 2000 09:28:09 GMT
Servlet-Engine: Tomcat Web Server/3.1 (JSP 1.1; Servlet 2.2; Java 1.2.2-8;
OSF1 V5.1 alpha; java.vendor=Compaq Computer Corp.)
Content-Language: en
Content-Type: text/plain
Status: 200

How to remove it ?

Thanks
Received on 2000-12-04