ts.h does not compile ANSI C due to bool in INKHttpTxnSetHttpRetBody prototype
------------------------------------------------------------------------------

                 Key: TS-283
                 URL: https://issues.apache.org/jira/browse/TS-283
             Project: Traffic Server
          Issue Type: Bug
          Components: InkAPI
            Reporter: Steve Jiang
            Priority: Minor


We should change:

inkapi INKReturnCode INKHttpTxnSetHttpRetBody(INKHttpTxn txnp, const char 
*body_msg, bool plain_msg); 

to:

inkapi INKReturnCode INKHttpTxnSetHttpRetBody(INKHttpTxn txnp, const char 
*body_msg, int plain_msg); 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to