This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author karlcow
Recipients eric.araujo, ezio.melotti, karlcow, orsenthil
Date 2011-11-12.12:24:42
SpamBayes Score 0.0021915878
Marked as misclassified No
Message-id <1321100683.13.0.75317921813.issue13294@psf.upfronthosting.co.za>
In-reply-to
Content
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 :)
History
Date User Action Args
2011-11-12 12:24:43karlcowsetrecipients: + karlcow, orsenthil, ezio.melotti, eric.araujo
2011-11-12 12:24:43karlcowsetmessageid: <1321100683.13.0.75317921813.issue13294@psf.upfronthosting.co.za>
2011-11-12 12:24:42karlcowlinkissue13294 messages
2011-11-12 12:24:42karlcowcreate