GitHub user masaori335 opened a pull request: https://github.com/apache/trafficserver/pull/733
TS-4324: Allocate 16KB for DATA frame payload exactly - [TS-4324 comment-15313205](https://issues.apache.org/jira/browse/TS-4324?focusedCommentId=15313205&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15313205) - Separate buffer for frame header from `ioblock` to use all of allocated `ioblock` for frame payload. - Call `http2_write_frame_header()` only once. (currently it is called twice) You can merge this pull request into a Git repository by running: $ git pull https://github.com/masaori335/trafficserver ts-4324 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/733.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #733 ---- commit 5210d7a3dfd0e9e4e656d10da7a0d35dbcb654ef Author: Masaori Koshiba <masa...@apache.org> Date: 2016-06-21T11:01:58Z TS-4324: Allocate 16KB for DATA frame payload exactly - Cleanup Http2Frame - Separate frame header and frame payload ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---