[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#93054: marked as done (eliminate wait after downloading files)



Your message dated 13 Apr 2001 19:35:44 -0400
with message-id <oahezs5q5r.fsf@arroz.fake>
and subject line bugs closed as of boot-floppies 2.3.1
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Apr 2001 21:31:51 +0000
>From kraai@debian.org Thu Apr 05 16:31:51 2001
Return-path: <kraai@debian.org>
Received: from svfulraptor1.beckman.com [134.217.237.30] 
	by master.debian.org with smtp (Exim 3.12 1 (Debian))
	id 14lHM6-0004s6-00; Thu, 05 Apr 2001 16:31:50 -0500
Received: from dhcp46.dse.beckman.com by svfulraptor1.beckman.com
          via smtpd (for master.debian.org [216.234.231.5]) with SMTP; 5 Apr 2001 21:39:54 UT
Received: from kraai by catalonia with local (Exim 3.12 #1 (Debian))
	id 14lHM5-0000So-00
	for <submit@bugs.debian.org>; Thu, 05 Apr 2001 14:31:49 -0700
Date: Thu, 5 Apr 2001 14:31:49 -0700
From: Matt Kraai <kraai@debian.org>
To: submit@bugs.debian.org
Subject: eliminate wait after downloading files
Message-ID: <[🔎] 20010405143149.A1766@catalonia>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Sender: Matt Kraai <kraai@catalonia>
X-BadReturnPath: kraai@catalonia rewritten as kraai@debian.org
  using "From" header
Delivered-To: submit@bugs.debian.org

Package: boot-floppies
Version: N/A; 2.2.22-2001-04-02

After downloading rescue.bin, drivers.tgz, and base2_2.tgz from
the network, dbootstrap waits for around two minutes.  That is,
the progress indication screen indicates that the file is
completely downloaded, but the log message indicating that the
file is downloaded does not appear.

I believe that it is waiting for the connection to close, and when
the connection times out it returns and proceeds.  Looking at
busybox wget, it appears that one solution is to send the

 Connection: close

header to encourage the server to close the connection once it
finishes sending.  The following patch implements this.

Matt

--- http-fetch.c.orig	Thu Apr  5 14:11:10 2001
+++ http-fetch.c	Thu Apr  5 14:12:05 2001
@@ -321,13 +321,13 @@
   /* changed \n\n to \r\n to better match the spec -randolph */
   if (use_proxy) {
     snprintf (buf, sizeof (buf) - 1,
-	      "GET http://%s:%d/%s/%s HTTP/1.1\r\nHost: %s:%d\r\n",
+	      "GET http://%s:%d/%s/%s HTTP/1.1\r\nHost: %s:%d\r\nConnection: close\r\n",
 	      server_host, server_port, remote_path, remote_filename,
 	      server_host, server_port);
   }
   else {
     snprintf (buf, sizeof (buf) - 1,
-	      "GET /%s/%s HTTP/1.1\r\nHost: %s:%d\r\n",
+	      "GET /%s/%s HTTP/1.1\r\nHost: %s:%d\r\nConnection: close\r\n",
 	      remote_path, remote_filename,
 	      server_host, server_port);
   }

---------------------------------------
Received: (at 93054-done) by bugs.debian.org; 13 Apr 2001 23:35:27 +0000
>From adam@onshore.com Fri Apr 13 18:35:27 2001
Return-path: <adam@onshore.com>
Received: from arroz.onshored.com [216.220.101.2] (postfix)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14oD65-0006YA-00; Fri, 13 Apr 2001 18:35:26 -0500
Received: from arroz.fake (localhost [127.0.0.1])
	by arroz.onshored.com (Postfix) with ESMTP
	id 9D3E993802; Fri, 13 Apr 2001 19:35:44 -0400 (EDT)
Sender: apharris@burrito.onshore.com
To: 69161-done@bugs.debian.org, 75106-done@bugs.debian.org,
	80325-done@bugs.debian.org, 80949-done@bugs.debian.org,
	56275-done@bugs.debian.org, 62475-done@bugs.debian.org,
	64500-done@bugs.debian.org, 65903-done@bugs.debian.org,
	67510-done@bugs.debian.org, 68497-done@bugs.debian.org,
	69786-done@bugs.debian.org, 70798-done@bugs.debian.org,
	72672-done@bugs.debian.org, 73638-done@bugs.debian.org,
	75018-done@bugs.debian.org, 78328-done@bugs.debian.org,
	78521-done@bugs.debian.org, 78981-done@bugs.debian.org,
	79004-done@bugs.debian.org, 79005-done@bugs.debian.org,
	79459-done@bugs.debian.org, 79734-done@bugs.debian.org,
	79890-done@bugs.debian.org, 82018-done@bugs.debian.org,
	82024-done@bugs.debian.org, 82482-done@bugs.debian.org,
	82912-done@bugs.debian.org, 84989-done@bugs.debian.org,
	84990-done@bugs.debian.org, 85033-done@bugs.debian.org,
	85397-done@bugs.debian.org, 88226-done@bugs.debian.org,
	90967-done@bugs.debian.org, 93054-done@bugs.debian.org,
	93069-done@bugs.debian.org, 93421-done@bugs.debian.org,
	83131-done@bugs.debian.org, 92907-done@bugs.debian.org,
	64565-done@bugs.debian.org
Subject: bugs closed as of boot-floppies 2.3.1
From: Adam Di Carlo <adam@onshore.com>
Date: 13 Apr 2001 19:35:44 -0400
Message-ID: <oahezs5q5r.fsf@arroz.fake>
Lines: 24
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: 93054-done@bugs.debian.org


Thank you very much for your bug report.  We believe the issue you
reported is solved as of boot-floppies 2.3.1.  That is the woody
version of boot-floppies, which is available in the archive, or, some
SPARC and i386, at
<URL:http://people.debian.org/~aph/debian/dists/woody/main/>.

If you feel your bug is still outstanding, please let us know or
reopen your bug -- see <http://www.debian.org/Bugs/> for instructions
how to do that.

We are not longer working on Potato boot-floppies, except for critical
issues.  If you feel that your bug hasn't been fixed as of
boot-floppies 2.2.22 (the latest Potato version), then you we need to
reopen your bug and put the 'potato' tag on it.  Please be sparing --
the more we are distracted with Potato issues, the less effort we are
able to put into Woody boot-floppies.

Again, thanks for your report.  Bug reports are a significant
contribution to Debian. We apologize that it probably took so long to
fix the issue you reported.

-- 
.....Adam Di Carlo....adam@onshore.com.....<URL:http://www.onshored.com/>



Reply to: