zwoop opened a new pull request, #11866: URL: https://github.com/apache/trafficserver/pull/11866
This shouldn't change any code, but it fixes two things: 1. When the setting was set to 0, we'd set the fragment size to 1MB - sizeof(Doc), which is 1MB-72. However, when we use the fragment size, we subtract sizeof(Doc) again, in `target_fragment_size().` The value returned by this helper function is what it ends up using when creating a fragment to write. 2. Also confusing is that if you try to set a too large fragment size, it reverts to 1MB, rather than the maximum (capped) value of 4MB. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
