-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
input buffer is mess up if charset decode error #2416
Conversation
Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run. |
1 similar comment
Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run. |
@panqingfeng Thanks for the PR. Do you have by some log files we could test this a unit or system test? |
@panqingfeng Just saw you pushed an update. Any chance to share some log files do I can reproduce the issue on my side and we could create some system tests for it? |
I am not sure I can share the log to a 3rd party, I am so sorry... Here is another way:
|
@panqingfeng Thanks for the above guide. I will try this one will let you know if I can reproduce it. |
@panqingfeng I managed to reproduce based on the examples you gave above. I took your code, did some refactoring and added some tests here: #2661 Could you take a look? |
@panqingfeng I'm going to close this PR as we merged #2661 to backport it to 5.0. Thanks a lot for digging into this and providing a solution. |
sz maybe uninit if decode() is error