Closed GoogleCodeExporter closed 9 years ago
Fixed in revision 38. Responses from XmlRpcListenerService will by default set
the
ContentLength response header. Set the SendChunked property of
XmlRpcListenerService
to send chunked content.
Original comment by ChasC...@gmail.com
on 2 Apr 2008 at 9:54
Original comment by ChasC...@gmail.com
on 2 Apr 2008 at 9:57
Chunked ,essages is a feature of HTTP Version 1.1. But XML-RPC is only
specified for
HTTP 1.0. I have clients which cannot handle chunked messages.
So I cannot send chunked content.
Original comment by froori...@gmail.com
on 2 Apr 2008 at 11:27
Sorry I misunderstood your post. I had a look at rev38. Should work fine.
Original comment by froori...@gmail.com
on 2 Apr 2008 at 11:45
Original issue reported on code.google.com by
froori...@gmail.com
on 31 Mar 2008 at 4:55