Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
3.1.1, 3.0.1
-
Redhat Linux but it is not environment specific
Description
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.