tproxy
tproxy copied to clipboard
fix: bug only processed client, not server.
Please remove unused code to avoid staticcheck errors.
Please remove unused code to avoid staticcheck errors.
Hi, I removed unused code in a new commit.
Would you please explain why only process client?
Would you please explain why only process client?
for response body may large
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?
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.
Hi, I process response data in thie new commit (c3599c961b57048fab048ddbe6a5eab3d2c79154).
the Illegal characters may caused by windows cmd, no solution has been found yet.