Repeatable, and it seems to appear with this:
2003-09-15 Hrvoje Niksic <[EMAIL PROTECTED]>
* retr.c (get_contents): Reduce the buffer size to the amount of
data that may pass through for one second. This prevents long
sleeps when limiting bandwidth.
* connect.c (connect_to_one): Reduce the socket's RCVBUF when
bandwidth limitation to small values is requested.
Previous checkout (checkout -D "23:30 15 sep 2003") wget works fine.
I also found a public site which seems to expose the problem (at least from
my machine):
wget -dv https://www.shavlik.com/pHome.aspx
dies after
DEBUG output created by Wget 1.9-beta on Windows.
--17:23:55-- https://www.shavlik.com/pHome.aspx
=> `www.shavlik.com/pHome.aspx'
Resolving www.shavlik.com... 65.173.207.46
Caching www.shavlik.com => 65.173.207.46
Connecting to www.shavlik.com[65.173.207.46]:443... connected.
Created socket 112.
Releasing 009D00D0 (new refcount 1).
---request begin---
GET /pHome.aspx HTTP/1.0
User-Agent: Wget/1.9-beta
Host: www.shavlik.com
Accept: */*
Connection: Keep-Alive
Pragma: no-cache
---request end---
HTTP request sent, awaiting response... HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 14115
Content-Type: text/html; charset=utf-8
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
Server: WEBSERVER
Date: Wed, 17 Sep 2003 15:27:28 GMT
Connection: keep-alive
Found www.shavlik.com in host_name_addresses_map (009D00D0)
Registered fd 112 for persistent reuse.
Length: 14,115 [text/html]
0% [ ] 0 --.--K/s
Heiko
--
-- PREVINET S.p.A. www.previnet.it
-- Heiko Herold [EMAIL PROTECTED]
-- +39-041-5907073 ph
-- +39-041-5907472 fax
> -----Original Message-----
> From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 17, 2003 12:44 PM
> To: Herold Heiko
> Cc: List Wget (E-mail)
> Subject: Re: windows compile error
>
>
> Herold Heiko <[EMAIL PROTECTED]> writes:
>
> > Does compile now, but I managed to produce an application
> error during a
> > test run on a https site.
> >
> > I produced a debug build with /DDEBUG /Zi /Od /Fd /FR and
> produced the
> > wget.bsc by running bscmake on all the sbr files, but I didn't yet
> > understand how to use that one in VC++ in order to get a
> meaningfull stack
> > trace and so on.
> > The only thing I got for now is :SSLEAY32! 0023ca38()" as
> the breaking
> > point.
>
> It sounds like an https thing.
>
> Is the error repeatable? If so, can you repeat it an earlier CVS
> snapshot?
>