#27575: potential commonmiddleware optimization
--------------------------------------+------------------------------------
     Reporter:  JorisBenschop         |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Core (Other)          |                  Version:  1.10
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  1                     |                    UI/UX:  0
--------------------------------------+------------------------------------
Changes (by Anton Samarchyan):

 * cc: desecho@… (added)


Comment:

 We could add a comment in process_request method
 {{{
 host = request.get_host()  # Also perform host validation
 }}}

 And probably in get_host method as well

 {{{
 """Return the HTTP host using the environment or request headers. Perform
 host validation."""
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/27575#comment:6>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/071.79b2803ed6e8e416f1b602bae4016a3a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to