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

openarc: Avoid truncate ARC set headers #180

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

futatuki
Copy link

As ARC set header may grow up to ARC_MAXHEADER, the limit size per header size we determined to handle, buffer size to store should be larger than it.

With this commit, fix a size of the buffer to store header field body.

This would fix the problem described in PR #161

As ARC set header may grow up to ARC_MAXHEADER, the limit size per
header size we determined to handle, buffer size to store should
be larger than it.

With this commit, fix a size of the buffer to store header field
body.
futatuki added a commit to futatuki/OpenARC that referenced this pull request Sep 18, 2024
…ate-arc-set-headers

As ARC set header may grow up to ARC_MAXHEADER, the limit size per header size we determined to handle, buffer size to store should be larger than it.

With this commit, fix a size of the buffer to store header field body.

This would fix the problem described in PR trusteddomainproject#161

trusteddomainproject#180
futatuki added a commit to futatuki/OpenARC that referenced this pull request Sep 18, 2024
flowerysong pushed a commit to flowerysong/OpenARC that referenced this pull request Oct 2, 2024
As ARC set header may grow up to ARC_MAXHEADER, the limit size per
header size we determined to handle, buffer size to store should
be larger than it.

With this commit, fix a size of the buffer to store header field
body.

trusteddomainproject/OpenARC#180
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