[jayrock] push by azizatif - Fixes issue #49 on 2012-10-10 16:54 GMT

3 views
Skip to first unread message

jay...@googlecode.com

unread,
Oct 10, 2012, 12:54:46 PM10/10/12
to jayrock...@googlegroups.com
Revision: 7fd760ede5f9
Branch: default
Author: azizatif
Date: Wed Oct 10 09:53:17 2012
Log: Fixes issue #49
http://code.google.com/p/jayrock/source/detail?r=7fd760ede5f9

Modified:
/src/Jayrock.Sandbox/JsonRpcClient.cs

=======================================
--- /src/Jayrock.Sandbox/JsonRpcClient.cs Wed Aug 31 14:25:24 2011
+++ /src/Jayrock.Sandbox/JsonRpcClient.cs Wed Oct 10 09:53:17 2012
@@ -125,7 +125,7 @@

Encoding requestEncoding = RequestEncoding;
if (requestEncoding == null)
- requestEncoding = Encoding.UTF8;
+ requestEncoding = new UTF8Encoding(false);

request.ContentType = RequestMediaType
+ "; charset=" +
requestEncoding.HeaderName;
Reply all
Reply to author
Forward
0 new messages