liubao68 commented on code in PR #3009:
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/3009#discussion_r884359193


##########
transports/transport-rest/transport-rest-client/src/main/java/org/apache/servicecomb/transport/rest/client/http/RestClientInvocation.java:
##########
@@ -274,7 +274,7 @@ protected void fail(ConnectionBase connection, Throwable e) 
{
 
   protected void setCseContext() {
     try {
-      String cseContext = 
JsonUtils.writeValueAsString(invocation.getContext());
+      String cseContext = 
JsonUtils.writeUnicodeValueAsString(invocation.getContext());

Review Comment:
   Is this compatible with old versions? e.g. new consumer invoke an older 
version provider. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to