GitHub user shinrich opened a pull request:

    https://github.com/apache/trafficserver/pull/1047

    TS-4841:  Log field cqtr is inaccurate for HTTP/2

    Fixed Http/2 get transaction count.  Added is_first_transaction_flag to 
Http2Stream to mark one of the streams as first.  Otherwise, by the time HttpSM 
logs the transaction, other streams are also likely to have gone through making 
the transaction count > 1, so no transaction would be logged as first.
    
    We have been running this patch internally and it seems to be more 
accurately logging first transactions on the stream.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shinrich/trafficserver ts-4841

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1047.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 #1047
    
----
commit 3f21fde41706c5c5ac41803521fe6b84aefc2758
Author: Susan Hinrichs <[email protected]>
Date:   2016-09-26T15:51:53Z

    TS-4841:  Log field cqtr is inaccurate for HTTP/2

----


---
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.
---

Reply via email to