0

I am using Python 2.6.4 built-in xmlrpclib.ServerProxy. On the server side, and every now and then, the server will only get the headers of the request. I've worked around it by using transport that buffers the whole request before sending it, but I have no idea what could cause such behavior.

alejandro
  • 1,234
  • 1
  • 9
  • 19
  • Are you sure client sent every thing out? – PasteBT Jun 14 '13 at 22:42
  • @PasteBT ServerProxy uses httplib which does separate sends for the request line, the header and the content. But none of the sends return error. I am not sure how else to check if everything was sent. – alejandro Jun 14 '13 at 23:24

0 Answers0