New issue 38 by rgra...@gmail.com: JsonRpcClient Explicitly set
Content-Length
http://code.google.com/p/jayrock/issues/detail?id=38
What new or enhanced feature are you proposing?
Explicitly set the Content-Length before posting the request.
What goal would this enhancement help you achieve?
Some poorly implemented servers do not handle Expect: 100-continue http
header properly. The WebRequest automatically uses the Expect:
100-continue header when the application does not explicitly set the
Content-Length header before writing to the output stream. This is not a
bug in jayrock, but it is causing problems connecting to some servers.
Patch attached.
Attachments:
JsonRpcClient.cs 5.2 KB