[Medusa-dev] XML-RPC replies silently truncated to 1024 characters

Stephane Bortzmeyer bortzmeyer@nic.fr
Fri, 26 Jul 2002 14:29:04 +0200


I have an XML-RPC application, using Python, xmlrpclib 1.0b4 and
Medusa 0.5.2, which was working fine.

Suddenly, it started producing not well-formed XML, crashing clients,
and I can see why, when running under a debugger: when the response is
longer than 1024 characters, it is silently truncated.

Where is that bug? I've searched 1024 in the various source files but
without finding something convincing.