Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 40 by
f.metz...@gmail.com: Wrong XMLRPCServer response header
format
http://code.google.com/p/android-xmlrpc/issues/detail?id=40
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.