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/reduce memory use for authorizer #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

murasakiakari
Copy link
Contributor

During the pervious content length issue, I also find that the authorizer will try to copy the whole data to buffer if the body is not a io.Seeker, which use extra memory when the body is bytes.Buffer.

In this pr, I try to shallow copy a bytes.Buffer for the retryBuf which does not need to copy entire buffer to memory but keep a separate copy for retry.

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.

1 participant