I'm running into this exact scenario and haven't been able to confirm
that checked encoding is officially supported by XML-RPC but the
request is there nonetheless. Does anyone know of a python solution
that will handle chunked encoding calls properly?

PS: You work at RSTL perhaps?

On Mar 2, 5:48 pm, [EMAIL PROTECTED] wrote:
> Hi all,
>
> Don't know this is a right place to ask this question :(
>
> I got problem when I used django to servexml-rpcrequest. 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 toxml-rpcspec. 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