Hi,

I'm using chunked transfer encoding and i send a post http request to
my Django application. But when I try to read the post body, it's not
there (request.POST.keys() returns []). according to Wireshark, I send
the response and right after that comes the request body.
Do you know how to wait till the body arrives?
And why does Django not wait for it automatically?

Thanks
Tom

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

Reply via email to