qicz commented on a change in pull request #3096:
URL: https://github.com/apache/incubator-shenyu/pull/3096#discussion_r832812648
##########
File path:
shenyu-plugin/shenyu-plugin-response/src/main/java/org/apache/shenyu/plugin/response/strategy/WebClientMessageWriter.java
##########
@@ -50,16 +49,10 @@
return chain.execute(exchange).then(Mono.defer(() -> {
ServerHttpResponse response = exchange.getResponse();
ClientResponse clientResponse =
exchange.getAttribute(Constants.CLIENT_RESPONSE_ATTR);
- if (Objects.isNull(clientResponse)
Review comment:
if the business responds to the 500 or 502 or 504, the business data
will be covered by Shenyu.
--
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]