Skip to content
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

feat: add mysql protocol, surport client and server parse. #100

Merged
merged 5 commits into from
Oct 1, 2024

Conversation

hidakafinzelz
Copy link
Contributor

No description provided.

@kevwan
Copy link
Owner

kevwan commented Aug 8, 2024

Please remove unused code to avoid staticcheck errors.

@hidakafinzelz
Copy link
Contributor Author

Please remove unused code to avoid staticcheck errors.

Hi, I removed unused code in a new commit.

@kevwan
Copy link
Owner

kevwan commented Sep 28, 2024

Would you please explain why only process client?

@hidakafinzelz
Copy link
Contributor Author

Would you please explain why only process client?

for response body may large

@kevwan
Copy link
Owner

kevwan commented Sep 29, 2024

Would you please explain why only process client?

for response body may large

But if the response body is not large, and I want to check the response body, how to do it?

@hidakafinzelz
Copy link
Contributor Author

Would you please explain why only process client?

for response body may large

But if the response body is not large, and I want to check the response body, how to do it?

You are right, I will improve it later ,and define a max response body which can be checked like 1MB. Any recommend you have? Thanks.

jxli added 2 commits September 30, 2024 14:50
…limited to 32KB, especially for handling large response bodies.
@hidakafinzelz
Copy link
Contributor Author

hidakafinzelz commented Sep 30, 2024

Hi, I process response data in thie new commit (c3599c9).
企业微信截图_17276792307011

the Illegal characters may caused by windows cmd, no solution has been found yet.

@hidakafinzelz hidakafinzelz changed the title fix: bug only processed client, not server. feat: add mysql protocol, surport client and server parse. Sep 30, 2024
@kevwan kevwan merged commit d52f109 into kevwan:main Oct 1, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants