Hi all,

Don't know this is a right place to ask this question :(

I got problem when I used django to serve xml-rpc request. By
definetion, The Content-Length of request must be specified and must
be correct (http://www.xmlrpc.com/spec). But some client, they siad
that Transfer-Encoding: chunked." is a valid alternative to Content-
Length. I think this confict to xml-rpc spec. Some web test tools make
a request this way (jmeter) and the problem is django server doesn't
understand it and raise xml.parsers.expat.ExpatError:no element found:
line 1, column 0 exception

If I use Apache instead of django server, will problem be solved?

Any sugguestion is welcomed

Regards


--~--~---------~--~----~------------~-------~--~----~
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