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

Bug#47555: marked as done (apt sends \015 as line terminator in http requests, not \015\012)



Your message dated Sat, 16 Oct 1999 13:19:31 -0600 (MDT)
with message-id <[🔎] Pine.LNX.3.96.991016131755.2767W-100000@localhost>
and subject line Bug#47555: apt sends \015 as line terminator in http requests, not \015\012
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; 16 Oct 1999 11:14:28 +0000
Received: (qmail 13562 invoked from network); 16 Oct 1999 11:14:27 -0000
Received: from ntcnm.ntc.nokia.com (131.228.118.18)
  by master.debian.org with SMTP; 16 Oct 1999 11:14:27 -0000
Received: from bunwss04nok.europe.nokia.com (root@bunwss04nok.europe.nokia.com [172.24.168.107]) by ntcnm.ntc.nokia.com with ESMTP (8.7.1/8.7.1) id LAA05347 for <submit@bugs.debian.org>; Sat, 16 Oct 1999 11:14:25 GMT
Received: from bunwss04nok.europe.nokia.com (ws-pnagy.europe.nokia.com [172.24.169.42])
	by bunwss04nok.europe.nokia.com (8.9.3/8.9.3/Debian/GNU) with ESMTP id NAA05090
	for <submit@bugs.debian.org>; Sat, 16 Oct 1999 13:14:24 +0200
Message-ID: <[🔎] 38085E3D.39097CA3@bunwss04nok.europe.nokia.com>
Date: Sat, 16 Oct 1999 13:15:09 +0200
From: Peter Nagy <pnagy@bunwss04nok.europe.nokia.com>
Organization: Nokia Wireless Software Solutions
X-Mailer: Mozilla 4.06 [en] (WinNT; I)
MIME-Version: 1.0
To: submit@bugs.debian.org
Subject: apt sends \015 as line terminator in http requests, not \015\012
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Package: apt
Version: 0.3.13

Spec says that everyone must send \015\012 as line terminator,
and receivers should be graceful and accept \015, too.
Apparently our proxy is not graceful, and treats the whole
request as one (still unfinished) line. So apt-get just waits
for answer that never comes - as the proxy is still parsing the
first line.
---------------------------------------
Received: (at 47555-done) by bugs.debian.org; 16 Oct 1999 19:19:51 +0000
Received: (qmail 31035 invoked from network); 16 Oct 1999 19:19:42 -0000
Received: from pilsener.srv.ualberta.ca (129.128.5.19)
  by master.debian.org with SMTP; 16 Oct 1999 19:19:42 -0000
Received: from localhost (async20-4.remote.ualberta.ca [129.128.237.77])
	by pilsener.srv.ualberta.ca (8.9.3/8.9.3) with ESMTP id NAA12533;
	Sat, 16 Oct 1999 13:19:33 -0600 (MDT)
Received: from localhost [127.0.0.1] (jgg)
	by localhost with smtp (Exim 2.11 #1)
	id 11cZMZ-0003eS-00 (Debian); Sat, 16 Oct 1999 13:19:31 -0600
Date: Sat, 16 Oct 1999 13:19:31 -0600 (MDT)
From: Jason Gunthorpe <jgg@ualberta.ca>
X-Sender: jgg@localhost
To: Peter Nagy <pnagy@bunwss04nok.europe.nokia.com>,
        47555-done@bugs.debian.org
cc: APT Development Team <deity@lists.debian.org>
Subject: Re: Bug#47555: apt sends \015 as line terminator in http requests, not \015\012
In-Reply-To: <[🔎] 38085E3D.39097CA3@bunwss04nok.europe.nokia.com>
Message-ID: <[🔎] Pine.LNX.3.96.991016131755.2767W-100000@localhost>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII



On Sat, 16 Oct 1999, Peter Nagy wrote:

> Spec says that everyone must send \015\012 as line terminator,
> and receivers should be graceful and accept \015, too.

That's a nice theory, but look at the source, all of the request lines are
correctly terminated with \r\n just like the spec says.

Jason


Reply to: