| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: Windows bug assistance needed
From: Andrés García <fandom_at_retemail.es>
Date: Wed, 20 Feb 2002 14:34:16 +0100
Hi,
> We have this bug report that identifies a problem with -I and -w with
I have tested this using the command:
curl -w "time= %{time_total}" http://slashdot.org -I
The problem seems to be that in Windows the function
if(!k->header) {
if(data->set.no_body) {
and the function returns without ever going to Curl_pgrsUpdate, so the
In Linux though it takes two passes through Curl_readwrite to read all
And easy way to solve this can be doing:
if(data->set.no_body) {
forcing a final update before returning from Curl_readwrite, I have tried in
Andres
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info