karsonto commented on code in PR #4739:
URL: https://github.com/apache/eventmesh/pull/4739#discussion_r1456944338
##########
eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/AbstractHTTPServer.java:
##########
@@ -481,7 +481,7 @@ public void exceptionCaught(final ChannelHandlerContext
ctx, final Throwable cau
}
@Sharable
- private class HttpConnectionHandler extends ChannelDuplexHandler {
+ protected class HttpConnectionHandler extends ChannelDuplexHandler {
Review Comment:
EventMeshAdminServer can not use If this HttpConnectionHandler keep private
.
--
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]