You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/06/08 08:10:32 UTC

[GitHub] WillemJiang commented on a change in pull request #759: [SCB-653]Transfer-Encoding and Content-Length can not be set to response

WillemJiang commented on a change in pull request #759: [SCB-653]Transfer-Encoding and Content-Length can not be set to response
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/759#discussion_r193982543
 
 

 ##########
 File path: demo/demo-jaxrs/jaxrs-server/src/main/java/org/apache/servicecomb/demo/jaxrs/server/RequestClientTimeOut.java
 ##########
 @@ -35,7 +35,7 @@
   @Path("/add")
   @POST
   public int add(@FormParam("a") int a, @FormParam("b") int b) throws InterruptedException {
-    Thread.sleep(1000);
+    Thread.sleep(3000);
 
 Review comment:
   Do we need to sleep for 3 second?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services