Bug#320148: requests keep-alive though working on single (or the last) file

2005-09-11 Thread Eduard Bloch
#include 
* Noèl Köthe [Mon, Aug 22 2005, 08:46:58PM]:
> Am Montag, den 22.08.2005, 18:31 +0200 schrieb Hrvoje Niksic:
> 
> Eduard,
> 
> > I believe this bug is fixed in Wget 1.10.1.  See
> 
> is the problem you reported fixed with the latest upstream release
> 1.10.1 (in sid)?

Yes.

Eduard.
-- 
In the beginning was the word, and the word was content-type: text/plain



Bug#320148: requests keep-alive though working on single (or the last) file

2005-08-22 Thread Noèl Köthe
Am Montag, den 22.08.2005, 18:31 +0200 schrieb Hrvoje Niksic:

Eduard,

> I believe this bug is fixed in Wget 1.10.1.  See

is the problem you reported fixed with the latest upstream release
1.10.1 (in sid)?

-- 
Noèl Köthe 


signature.asc
Description: This is a digitally signed message part


Bug#320148: requests keep-alive though working on single (or the last) file

2005-08-22 Thread Hrvoje Niksic
I believe this bug is fixed in Wget 1.10.1.  See
http://article.gmane.org/gmane.comp.web.wget.patches/1459 for a patch.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#320148: requests keep-alive though working on single (or the last) file

2005-08-08 Thread Hrvoje Niksic
Always requesting keep-alive is not a bug because, when the Wget
process exits, it automatically closes all TCP connections to the
remote servers.

Now if Wget hangs when talking to a web server that supports
keep-alive connections, it's a different bug.  In that case the
question is not "why does Wget request keep-alive on last file?", but
"why does Wget hang in the first place?"

Do you have a server with which you can repeat this?  Any working
example, either a running server, or a trivial HTTP::Daemon script,
would be appreciated.  For example, it works with Apache 2:

$ wget -S www.apache.org
--17:47:40--  http://www.apache.org/
   => `index.html'
Resolving www.apache.org... 192.87.106.226
Connecting to www.apache.org|192.87.106.226|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  ...
  Server: Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.7a DAV/2 SVN/1.2.0-dev
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
Length: 11,540 (11K) [text/html]

100%[=>] 11,540 
   42.87K/s

17:47:41 (42.80 KB/s) - `index.html' saved [11540/11540]

$ 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]