Your message dated Mon, 12 Sep 2005 08:06:03 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#320148: requests keep-alive though working on single (or 
the last) file
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Jul 2005 10:38:37 +0000
>From [EMAIL PROTECTED] Wed Jul 27 03:38:37 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailgate1.uni-kl.de [131.246.120.5] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DxjJ7-00088L-00; Wed, 27 Jul 2005 03:38:37 -0700
Received: from debian.localnet (router2.itwm.fhg.de [131.246.191.251])
        by mailgate1.uni-kl.de (8.13.1/8.13.1) with ESMTP id j6RAcYOW016214
        for <[EMAIL PROTECTED]>; Wed, 27 Jul 2005 12:38:34 +0200
Received: from inet by debian.localnet with local (Exim 4.52)
        id 1DxjJ4-0004Cb-JB; Wed, 27 Jul 2005 12:38:34 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Eduard Bloch <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: requests keep-alive though working on single (or the last) file
X-Mailer: reportbug 3.15
Date: Wed, 27 Jul 2005 12:38:34 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: wget
Version: 1.10-3+1.10.1beta1
Severity: important
Tags: upstream

Hello,

it looks like the current wget version always sends a 
Connection: Keep-Alive header, no matter whether it works on URL lists,
on single URLs or the last URL of a list. In the last two cases, it
makes keep-alive supporting daemons (like HTTP::Daemon from LWP) just
keep the connection and wait for further HTTP requests while wget waits
for unknown things (it just hangs).

The "workaround" is telling wget to close the connection in the HTTP
response ("Connection: close") but that just sucks and explicitely
breaks the connection reuse technique.

Regards,
Eduard.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages wget depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libssl0.9.7                 0.9.7g-1     SSL shared libraries

wget recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 320148-done) by bugs.debian.org; 12 Sep 2005 06:06:06 +0000
>From [EMAIL PROTECTED] Sun Sep 11 23:06:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from h02.hostsharing.net (pomo.hostsharing.net) [212.21.77.2] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EEhS9-000519-00; Sun, 11 Sep 2005 23:06:06 -0700
Received: from localhost (dsl-082-083-232-220.arcor-ip.net [82.83.232.220])
        (using TLSv1 with cipher RC4-MD5 (128/128 bits))
        (No client certificate requested)
        by pomo.hostsharing.net (Postfix) with ESMTP
        id 5CF3DA00401; Mon, 12 Sep 2005 08:06:07 +0200 (CEST)
Subject: Re: Bug#320148: requests keep-alive though working on single (or
        the last) file
From: =?ISO-8859-1?Q?No=E8l_K=F6the?= <[EMAIL PROTECTED]>
To: Eduard Bloch <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
         <[EMAIL PROTECTED]>
         <[EMAIL PROTECTED]>
Content-Type: multipart/signed; micalg=pgp-sha1; 
protocol="application/pgp-signature"; boundary="=-KagvoKblEQcYLq4g/wpO"
Organization: Debian GNU/Linux, www.debian.org
Date: Mon, 12 Sep 2005 08:06:03 +0200
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--=-KagvoKblEQcYLq4g/wpO
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Am Sonntag, den 11.09.2005, 11:58 +0200 schrieb Eduard Bloch:
> #include <hallo.h>
> * No=C3=A8l K=C3=B6the [Mon, Aug 22 2005, 08:46:58PM]:
> > Am Montag, den 22.08.2005, 18:31 +0200 schrieb Hrvoje Niksic:
> >=20
> > Eduard,
> >=20
> > > I believe this bug is fixed in Wget 1.10.1.  See
> >=20
> > is the problem you reported fixed with the latest upstream release
> > 1.10.1 (in sid)?
>=20
> Yes.

thx. I'm closing this bug.

--=20
No=C3=A8l K=C3=B6the <noel debian.org>
Debian GNU/Linux, www.debian.org

--=-KagvoKblEQcYLq4g/wpO
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQBDJRrL9/DnDzB9Vu0RAhQGAJ4gGx6GOCug6RhjuVsIIjYyfmWbewCggdX3
0+Ph6CBjtGldJAhGTmq/wlg=
=mWk+
-----END PGP SIGNATURE-----

--=-KagvoKblEQcYLq4g/wpO--


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

Reply via email to