GitHub user maskit opened a pull request:

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

    Log crc field and psql field correctly with H2

    The two field values were logged incorrectly if a resopnse body is short.
    
    Because a write VIO isn't pass to a consumer if whole response body was 
sent before calling `update_write_request `, the field values aren't collected. 
The flag `retval` is used for switching whether a VIO will be passed.
    
    Also, 6.2.x has the same problem.

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

    $ git pull https://github.com/maskit/trafficserver h2_logging

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

    https://github.com/apache/trafficserver/pull/1409.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 #1409
    
----
commit b048dcd81d066f0fcb8b2f8b80fe25aa0ca164db
Author: Masakazu Kitajo <mas...@apache.org>
Date:   2017-02-01T23:54:52Z

    Log crc field and psql field correctly with H2
    
    The two field values were logged incorrectly if a resopnse body is short.

----


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

Reply via email to