The NEWLINES string at the end of a XMLRPCServer response header have the
format "\n\n" i.e. two Line Feeds.
However, the HTTP spec requires this to be two CR+LF (in Java: "\r\n\r\n") and
some client XMLRPC implementations break on this.
Original issue reported on code.google.com by f.metz...@gmail.com on 20 Aug 2012 at 9:02
Original issue reported on code.google.com by
f.metz...@gmail.com
on 20 Aug 2012 at 9:02