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.0.1, 3.1.1
         Environment: Redhat Linux but it is not environment specific
            Reporter: Alistair Stevenson
            Priority: Minor
             Fix For: 3.1.1


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

        

Reply via email to