karl <karl+pythonb...@la-grange.net> added the comment:

Eric,

Two possible solutions to explore:

Either the HEAD reports exactly the same thing than a GET without the body, 
because it is the role of the GET, but that means indeed adding support for the 
HEAD. 

or creating a catch-all answer for all unknown or not implemented methods with 
a "501 Method not implemented" response from the server.

Right now the HEAD returns something :)

I still need to propose a patch. Daily job get into the way :)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13294>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to