Your message dated Sat, 3 Jan 2009 18:15:15 +0100
with message-id <[email protected]>
and subject line Re: Bug#510601: 400 error message given by apt-cacher
has caused the Debian Bug report #510601,
regarding 400 error message given by apt-cacher
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
510601: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510601
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: apt-cache
version: 1.6.7
Binary package hint: apt-cacher
There's a typo in the 400 error message given by apt-cacher.
15:32:30 - flash:[...ees/apt-cacher-1.6.7ubuntu2] grep -rn "Recieved" *
apt-cacher2:362: &sendrsp(400, 'No Request Recieved');
It should be "Received".
patch attached.
--- apt-cacher2.orig 2008-12-19 15:35:40.000000000 -0800
+++ apt-cacher2 2008-12-19 15:35:48.000000000 -0800
@@ -359,7 +359,7 @@ sub handle_connection {
if (!defined($_)) {
exit(0) if $mode && $mode eq 'cgi';
- &sendrsp(400, 'No Request Recieved');
+ &sendrsp(400, 'No Request Received');
exit(4);
}
--- End Message ---
--- Begin Message ---
Duplicate of bug #510602
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---