dragon-zhang opened a new pull request #2873:
URL: https://github.com/apache/incubator-shenyu/pull/2873


   1.  run `org.apache.shenyu.admin.ShenyuAdminBootstrap`;
   2.  run `org.apache.shenyu.bootstrap.ShenyuBootstrapApplication`;
   3.  run `org.apache.shenyu.examples.http.ShenyuTestHttpApplication`;
   4.  then send request:
   ```text
   POST http://localhost:9195/http/shenyu/client/timeout
   Accept: application/json
   Content-Type: application/json
   ```
   watch 
`org.apache.shenyu.examples.http.controller.ShenyuClientPathController#timeout`,
 you can see the result is correct.


-- 
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