Open futatuki opened 2 months ago
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.
This would fix the problem described in PR #161