dubbo
dubbo copied to clipboard
In telnet, typing special characters causes no response, and the client cannot run or quit.
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
Environment
- Dubbo version: 3.2.6
- Operating System version: macos 14
- Java version: jdk21
Steps to reproduce this issue
Describe: When type 'ctrl + c', telnet get '^c' and the client cannot run or quit.
Excepted result: quit or prompt 'no such command'
Can you please try to enhance it?
The problem is caused by org/apache/dubbo/qos/server/handler/QosProcessHandler.java:92
I can try solve it , please assign it to me.