tproxy icon indicating copy to clipboard operation
tproxy copied to clipboard

fix: bug only processed client, not server.

Open hidakafinzelz opened this issue 1 year ago • 2 comments
trafficstars

hidakafinzelz avatar Aug 08 '24 09:08 hidakafinzelz

Please remove unused code to avoid staticcheck errors.

kevwan avatar Aug 08 '24 14:08 kevwan

Please remove unused code to avoid staticcheck errors.

Hi, I removed unused code in a new commit.

hidakafinzelz avatar Aug 09 '24 08:08 hidakafinzelz

Would you please explain why only process client?

kevwan avatar Sep 28 '24 09:09 kevwan

Would you please explain why only process client?

for response body may large

hidakafinzelz avatar Sep 29 '24 06:09 hidakafinzelz

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?

kevwan avatar Sep 29 '24 07:09 kevwan

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.

hidakafinzelz avatar Sep 30 '24 02:09 hidakafinzelz

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

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

hidakafinzelz avatar Sep 30 '24 07:09 hidakafinzelz