You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Igor Galić (Reopened JIRA)" <ji...@apache.org> on 2012/02/02 17:32:52 UTC

[jira] [Reopened] (TS-1061) TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h. The extra parameter needs to be removed as it is not used.

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

Igor Galić reopened TS-1061:
----------------------------


reopen for backport
                
> TSHttpTxnServerReqHdrBytesGet in ./proxy/InkAPI.cc has an extra parameter (int *bytes) from the prototype in ./proxy/api/ts/ts.h.  The extra parameter needs to be removed as it is not used.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TS-1061
>                 URL: https://issues.apache.org/jira/browse/TS-1061
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.1.1, 3.0.1
>         Environment: Redhat Linux but it is not environment specific
>            Reporter: Alistair Stevenson
>            Assignee: Igor Galić
>            Priority: Minor
>              Labels: api-change
>             Fix For: 3.1.2
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The definitions are:
> ./proxy/InkAPI.cc:TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp, int *bytes)
> ./proxy/api/ts/ts.h.in:  tsapi int TSHttpTxnServerReqHdrBytesGet(TSHttpTxn txnp);
> The "int * bytes" parameter is not used and means that the function does not resolve and so cannot be used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira