Daniel Xu created TS-4214:
-----------------------------
Summary: HttpSM debug message incorrect
Key: TS-4214
URL: https://issues.apache.org/jira/browse/TS-4214
Project: Traffic Server
Issue Type: Bug
Components: Logging
Reporter: Daniel Xu
The DebugSM() message in HttpSM::is_http_server_eos_truncation() has its format
string args flipped around. Right now it's:
{noformat}
server eos after [cl]. Expected [server_response_body_bytes]
{noformat}
It should be:
{noformat}
server eos after [server_response_body_bytes]. Expected [cl]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)