You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (Updated) (JIRA)" <ji...@apache.org> on 2012/01/27 21:24:10 UTC

[jira] [Updated] (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 ]

Leif Hedstrom updated TS-1061:
------------------------------

    Fix Version/s:     (was: 3.1.1)
                   3.1.2
         Assignee: Leif Hedstrom

I think this slipped under the radar, due to the old fix version (3.1.1 was released a while ago).
                
> 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: Leif Hedstrom
>            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