On 11/01/2010 11:21 AM, Mark wrote:
Ticket #14594
<http://code.djangoproject.com/ticket/14594>

From a quick look it can be fixed in two ways:

- HttpRequest.raw_post_data can always explicitly ask for content_length bytes. If content_length is absent just treat it as 0.

- WSGIRequest can wrap all wsgi.input into a LimitedStream (now it's done only for known fragile sockets).

I don't like pure Python wrappers moving bytes in performance critical places, so I'd go with the first approach. Does anyone foresee any bad things with it?

--
You received this message because you are subscribed to the Google Groups "Django 
developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to