remove 3.0.x deprecated APIs
----------------------------
Key: TS-1210
URL: https://issues.apache.org/jira/browse/TS-1210
Project: Traffic Server
Issue Type: Bug
Components: TS API
Reporter: James Peach
Fix For: 3.1.4
We should remove the following APIs that were deprecated in 3.0:
tsapi TSReturnCode TSUrlDestroy(TSMBuffer bufp, TSMLoc offset);
tsapi TS_DEPRECATED unsigned int TSHttpTxnClientIPGet(TSHttpTxn txnp);
tsapi TS_DEPRECATED TSReturnCode TSHttpTxnClientRemotePortGet(TSHttpTxn txnp,
int* portp);
tsapi TS_DEPRECATED int TSHttpTxnClientIncomingPortGet(TSHttpTxn txnp);
tsapi TS_DEPRECATED unsigned int TSHttpTxnServerIPGet(TSHttpTxn txnp);
tsapi TS_DEPRECATED unsigned int TSHttpTxnNextHopIPGet(TSHttpTxn txnp);
tsapi TS_DEPRECATED int TSHttpTxnNextHopPortGet(TSHttpTxn txnp);
tsapi TS_DEPRECATED int TSHttpTxnMaxArgCntGet(void);
tsapi TS_DEPRECATED unsigned int TSNetVConnRemoteIPGet(TSVConn vc);
tsapi TS_DEPRECATED int TSNetVConnRemotePortGet(TSVConn vc);
tsapi TS_DEPRECATED unsigned int TSHostLookupResultIPGet(TSHostLookupResult
lookup_result);
tsapi TS_DEPRECATED void TSOSIpSet(TSHttpTxn txnp, unsigned int ip);
tsapi TS_DEPRECATED void TSIOBufferAppend(TSIOBuffer bufp, TSIOBufferBlock
blockp);
tsapi TS_DEPRECATED TSIOBufferData TSIOBufferDataCreate(void* data, int size,
TSIOBufferDataFlags flags);
tsapi TS_DEPRECATED TSIOBufferBlock TSIOBufferBlockCreate(TSIOBufferData
datap, int size, int offset);
--
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