[ 
https://issues.apache.org/jira/browse/TS-4214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15151209#comment-15151209
 ] 

ASF GitHub Bot commented on TS-4214:
------------------------------------

GitHub user danobi opened a pull request:

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

    TS-4214 HttpSM debug message incorrect

    The debug message didn't make any sense before since it was
    displaying the expected value as actual and vis versa.

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

    $ git pull https://github.com/danobi/trafficserver TS-4214

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

    https://github.com/apache/trafficserver/pull/483.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 #483
    
----
commit 707be86ce7dbac4fbc6459f26040d2ed9039cfd5
Author: Daniel Xu <[email protected]>
Date:   2016-02-17T21:18:05Z

    TS-4214 HttpSM debug message incorrect
    
    The debug message didn't make any sense before since it was
    displaying the expected value as actual and vis versa.

----


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

Reply via email to