cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl with 100 continue response

From: Anil Kumar <anil.omkar_at_gmail.com>
Date: Tue, 13 Jun 2006 22:28:07 +0530

Curl sent a request to server (without "Expect: 100-continue" header)

When curl reads the buffer
 * If "100 continue" + "200 ok" were present in buffer -> things are fine
 * If only "100 continue" was present in buffer, curl doesnot seem to resume
curl_easy_opt for reading more data from server.

If request was sent with expect header things are fine.

Thanks
Anil
Received on 2006-06-13