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

[INLONG-11675][SDK] Optimize IpUtils class related implementation #11676

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

gosonzhang
Copy link
Contributor

@gosonzhang gosonzhang commented Jan 15, 2025

Fixes #11675

  1. Move the generateSignature() function in the IpUtils class to the AuthzUtils class related to authentication signature;
  2. Remove the local IP parameter of the ProxyClientConfig constructor ;
  3. Remove the unused functions in IpUtils. Since this class only contains one function, merge it into the ProxyUtils class

@dockerzhang dockerzhang merged commit 583e658 into apache:master Jan 16, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improve][SDK] Optimize IpUtils class related implementation
3 participants