Closed GoogleCodeExporter closed 9 years ago
Looking at it, by the way, sometimes it even gets past writing
"CookComputing.XmlRpcV2 0.0.0 .NET CLR 2.0.50727" -- I see this in the web
browser. So it's far along before it has this error.
Original comment by xoc...@gmail.com
on 1 Feb 2011 at 5:11
One possible reason...
httpResp.StatusCode = 200;
at the end of HandleGET in XmlRpcHttpServerProtocol.
This would need to go earlier on in the function, such as after setting
ContentType, perhaps.
Original comment by xoc...@gmail.com
on 1 Feb 2011 at 5:27
Moved setting of StatusCode as suggested - revision 191
Original comment by ChasC...@gmail.com
on 13 Mar 2011 at 3:24
Original issue reported on code.google.com by
xoc...@gmail.com
on 1 Feb 2011 at 5:09