mxsm commented on code in PR #4352:
URL: https://github.com/apache/eventmesh/pull/4352#discussion_r1292802070
##########
eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/HttpCommand.java:
##########
@@ -82,9 +80,7 @@ public HttpCommand(String httpMethod, String httpVersion,
String requestCode) {
}
public HttpCommand createHttpCommandResponse(Header header, Body body) {
- if (StringUtils.isBlank(requestCode)) {
- return null;
- }
+
Review Comment:
I think this is a good idea.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]