Changes between Initial Version and Version 6 of Ticket #26052


Ignore:
Timestamp:
Apr 23, 2016, 7:01:53 PM (8 years ago)
Author:
Tim Graham
Comment:

I observed that gunicorn and runserver (based on Python's server) don't send content for HEAD requests. I didn't check mod_wsgi or uwsgi since they are marginally more complicated to setup a test project. If we go ahead and remove this, one place where developers might see a difference would be in the test client. Do you think it's worth trying to keep it in that context? I lean toward simply removing it and reacting if anyone complains.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26052

    • Property Triage Stage UnreviewedAccepted
    • Property Owner changed from nobody to Susan Tan
    • Property Status newassigned
    • Property Has patch set
    • Property Patch needs improvement set
  • Ticket #26052 – Description

    initial v6  
    1 It's the last survivor of the "response_fixes" and I think it should go away.
     1It's the last survivor of the "response_fixes" and I think it should go away. Its origin is #5898.
    22
    33Graham Dumpleton has described better than I would why frameworks should leave the task stripping the body of HEAD requests to servers: http://blog.dscpl.com.au/2009/10/wsgi-issues-with-http-head-requests.html (first five paragraphs).
Back to Top