Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request trusteddomainproject#180 from futatuki/avoid-trunc…
…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
- Loading branch information