From b6028c5c7751937ba23d095f2bd50dc73fde7ec4 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 26 Mar 2003 04:54:59 +0000 Subject: [PATCH] we don't support HEAD git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1626 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/scripts/roundup_server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roundup/scripts/roundup_server.py b/roundup/scripts/roundup_server.py index 23cd8e9..1a113ef 100644 --- a/roundup/scripts/roundup_server.py +++ b/roundup/scripts/roundup_server.py @@ -16,7 +16,7 @@ # """ HTTP Server that serves roundup. -$Id: roundup_server.py,v 1.20 2003-02-26 05:05:56 richard Exp $ +$Id: roundup_server.py,v 1.21 2003-03-26 04:54:59 richard Exp $ """ # python version check @@ -93,7 +93,7 @@ class RoundupRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler): self.wfile.write("\n") sys.stdin = save_stdin - do_GET = do_POST = do_HEAD = send_head = run_cgi + do_GET = do_POST = run_cgi def index(self): ''' Print up an index of the available trackers -- 2.30.2