Hello, For my application, I am using using gzip content-encoding to compress POSTDATA that the client is giving to django. The actual content-type is multipart/form-data (although django is screwing up on any content-type). mod_deflate is used to decompress data coming in from the client. I have verified that with mod_python that all postdata is there (it is even split correctly into req.form correctly).
Unfortunately, django appears to be truncating the data in its parsing. Only a fixed amount (perhaps 200ish bytes?) are being placed into request.POST; some fields are missing and the last field in the dictionary is being truncated. Without ciient-side compression this does not occur. Has anyone seen this behavior? Does anyone know how to fix it? Best, Aaron Staley --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

