#6063: BaseHttp server crash since last SVN update
----------------------------+-----------------------------------------------
   Reporter:  Martín Conte  |                Owner:  nobody                   
     Status:  reopened      |            Component:  django-admin.py runserver
    Version:  SVN           |           Resolution:                           
   Keywords:                |                Stage:  Design decision needed   
  Has_patch:  1             |           Needs_docs:  0                        
Needs_tests:  1             |   Needs_better_patch:  0                        
----------------------------+-----------------------------------------------
Changes (by aeby):

  * status:  closed => reopened
  * resolution:  fixed =>
  * needs_tests:  0 => 1
  * stage:  Unreviewed => Design decision needed

Comment:

 This fix only works for the BaseHTTPServer. It is not possible to use
 FastCGI with [http://www.saddi.com/software/flup/ flup] because there is
 also an assert inside the BaseFCGIServer ''write()'' method:
 {{{
 assert type(data) is str, 'write() argument must be string'
 }}}
 The fix should ensure that only ''str'' types are sent to the ''write()''
 method.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/6063#comment:3>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to