Skip to content

Commit 5eb5f99

Browse files
author
Richard Jones
committed
we don't support HEAD
1 parent 6c6e6d4 commit 5eb5f99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/scripts/roundup_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
""" HTTP Server that serves roundup.
1818
19-
$Id: roundup_server.py,v 1.20 2003-02-26 05:05:56 richard Exp $
19+
$Id: roundup_server.py,v 1.21 2003-03-26 04:54:59 richard Exp $
2020
"""
2121

2222
# python version check
@@ -93,7 +93,7 @@ def run_cgi(self):
9393
self.wfile.write("</pre>\n")
9494
sys.stdin = save_stdin
9595

96-
do_GET = do_POST = do_HEAD = send_head = run_cgi
96+
do_GET = do_POST = run_cgi
9797

9898
def index(self):
9999
''' Print up an index of the available trackers

0 commit comments

Comments
 (0)