You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/04/17 06:09:28 UTC

[jira] Updated: (TS-283) ts.h does not compile ANSI C due to bool in INKHttpTxnSetHttpRetBody prototype

     [ https://issues.apache.org/jira/browse/TS-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-283:
-----------------------------

    Fix Version/s: 2.1.0

> 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
>             Fix For: 2.1.0
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira