jangidipramod / android-xmlrpc

Automatically exported from code.google.com/p/android-xmlrpc
0 stars 0 forks source link

Wrong XMLRPCServer response header format #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
fixed in rev r29

Original comment by psk...@gmail.com on 22 Aug 2012 at 8:16