Re: Mingw bug ?

2005-07-01 Thread Hrvoje Niksic
Abdurrahman ÇARKACIOĞLU <[EMAIL PROTECTED]> writes: > I succesfully compiled Wget 1.10 using mingw. Although Heiko > Herold's wget 1.10 (original wget.exe I mean) (from > http://space.tin.it/computer/hherold/) succesfully download the > following site, my compiled wget (produced by mingw32-make) h

Re: Mingw bug ?

2005-07-01 Thread A . Carkaci
Abdurrahman ÇARKACIOĞLU spk.gov.tr> writes: > > I succesfully compiled Wget 1.10 using mingw. Although Heiko Herold's wget 1.10 (original wget.exe I mean) > (from http://space.tin.it/computer/hherold/) succesfully download the following site, > my compiled wget (produced by mingw32-make) hangs

Re: Mingw bug ?

2005-07-01 Thread Hrvoje Niksic
"A. Carkaci" <[EMAIL PROTECTED]> writes: > ---request begin--- > GET /images/spk.ico HTTP/1.0 > Referer: http://www.spk.gov.tr/ > User-Agent: Wget/1.10 > Accept: */* > Host: www.spk.gov.tr > Connection: Keep-Alive > ---request end--- > HTTP request sent, awaiting response... > ---response begin--

Re: Mingw bug ?

2005-07-02 Thread A . Carkaci
Hrvoje Niksic xemacs.org> writes: > > "A. Carkaci" spk.gov.tr> writes: > > > ---request begin--- > > GET /images/spk.ico HTTP/1.0 > > Referer: http://www.spk.gov.tr/ > > User-Agent: Wget/1.10 > > Accept: */* > > Host: www.spk.gov.tr > > Connection: Keep-Alive > > ---request end--- > > HTTP req

RE: Mingw bug ?

2005-07-02 Thread Abdurrahman ÇARKACIOĞLU
ndmailto:[EMAIL PROTECTED] Sent: Saturday, July 02, 2005 1:04 AM To: Abdurrahman ÇARKACIOĞLU Cc: wget@sunsite.dk Subject: Re: Mingw bug ? "A. Carkaci" <[EMAIL PROTECTED]> writes: > ---request begin--- > GET /images/spk.ico HTTP/1.0 > Referer: http://www.spk.gov.tr/

Re: Mingw bug ?

2005-07-02 Thread Hrvoje Niksic
Abdurrahman ÇARKACIOĞLU <[EMAIL PROTECTED]> writes: > Here are the results.. > ---request begin--- > GET /images/spk.ico HTTP/1.0 > Referer: http://www.spk.gov.tr/ > User-Agent: Wget/1.10 > Accept: */* > Host: www.spk.gov.tr > Connection: Keep-Alive > > ---request end--- > HTTP request sent, await

Re: Mingw bug ?

2005-07-02 Thread Hrvoje Niksic
I believe this patch should fix the problem. Could you apply it and let me know if it fixes things for you? 2005-07-02 Hrvoje Niksic <[EMAIL PROTECTED]> * http.c (gethttp): Except for head_only, use skip_short_body to skip the non-20x error message before leaving gethttp. Ind