Susan Hinrichs created TS-4842:
----------------------------------
Summary: Log field cqtr is inaccurate for HTTP/2
Key: TS-4842
URL: https://issues.apache.org/jira/browse/TS-4842
Project: Traffic Server
Issue Type: Bug
Components: HTTP/2, Logging
Reporter: Susan Hinrichs
cqtr is supposed to log whether a transaction was executed over a previously
opened TCP connection. However, with HTTP/2, this field is created from the
Http2ClientSession::get_transact_count() method. This incorrectly returns the
connection id which is constant for the session. It should instead return the
number of streams opened or something like that.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)