suncairong163 commented on code in PR #11640:
URL: https://github.com/apache/dubbo/pull/11640#discussion_r1133088164
##########
dubbo-remoting/dubbo-remoting-http/src/main/java/org/apache/dubbo/remoting/http/HttpHandler.java:
##########
@@ -34,6 +32,6 @@ public interface HttpHandler {
* @throws IOException
* @throws ServletException
*/
- void handle(HttpServletRequest request, HttpServletResponse response)
throws IOException, ServletException;
+ void handle(REQUEST request, RESPONSE response) throws IOException,
ServletException;
Review Comment:
ok,i will fix
--
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]