#5754: HttpResponse uses 'content-type' while GZipMiddleware expects 'Content-
Type'
------------------------------------------+---------------------------------
Reporter: hauser <[EMAIL PROTECTED]> | Owner: nobody
Status: closed | Component: Uncategorized
Version: SVN | Resolution: invalid
Keywords: | Stage: Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
------------------------------------------+---------------------------------
Changes (by mtredinnick):
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
All access to headers in !HttpResponse is done through the `__getitem__`
and `has_header()` methods on that class, so the case won't matter. I
think you're diagnosing the wrong issue here.
Please reopen if you have more explanation about the real issue you are
seeing, but I just tested !HttpResponse and both 'content-type' and
'Content-Type' returned the same data, as expected.
--
Ticket URL: <http://code.djangoproject.com/ticket/5754#comment:1>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---