GitHub user masaori335 opened a pull request:
https://github.com/apache/trafficserver/pull/693
TS-4324: Buffer responses to not send small size DATA frames
If body_done flag is not marked and read available size is smaller
than 16KB in Http2ConnectionState::send_a_data_frame(), wait until
body_done flag is marked or read available size is over 16KB.
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/693.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 #693
----
commit 5f6987bca382ffbdb7eb87497d2ec56be268b5b7
Author: Masaori Koshiba <[email protected]>
Date: 2016-05-24T21:26:58Z
TS-4324: Buffer responses to not send small size DATA frames
If body_done flag is not marked and read available size is smaller
than 16KB in Http2ConnectionState::send_a_data_frame(), wait until
body_done flag is marked or read available size is over 16KB.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---