[
https://issues.apache.org/jira/browse/TS-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Peach resolved TS-1061.
-----------------------------
Resolution: Duplicate
Looks like this got fixed in TS-1066
> 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