Skip to content

Feat/reduce memory use for authorizer#82

Open
murasakiakari wants to merge 2 commits into
studio-b12:masterfrom
murasakiakari:feat/reduce_memory_use_for_authorizer
Open

Feat/reduce memory use for authorizer#82
murasakiakari wants to merge 2 commits into
studio-b12:masterfrom
murasakiakari:feat/reduce_memory_use_for_authorizer

Conversation

@murasakiakari

Copy link
Copy Markdown
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.

Signed-off-by: Ben Tam <master@murasakiakari.moe>
Signed-off-by: Ben Tam <master@murasakiakari.moe>
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