Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 49 by
frankief...@gmail.com: StreamWriter instantiation
Jayrock.Sandbox.JsonRpcClient
http://code.google.com/p/jayrock/issues/detail?id=49
What new or enhanced feature are you proposing?
Remove Encoding parameter to StreamWriter() instantiation on Invoke().
What goal would this enhancement help you achieve?
Prevent the 3-byte BOM mark from sending as part of the POST data. This
could cause some trouble for server side - unable to parse the JSON data.