GitHub user zwoop opened a pull request:
https://github.com/apache/trafficserver/pull/995
TS-4731: Changes return codes for IsInternal APIs
This changes the following APIs:
tsapi int TSHttpTxnIsInternal(TSHttpTxn txnp);
tsapi int TSHttpSsnIsInternal(TSHttpSsn ssnp);
In addition, this also removes the following APIs, that were previously
deprecated:
tsapi TS_DEPRECATED TSReturnCode TSHttpIsInternalRequest(TSHttpTxn txnp);
tsapi TS_DEPRECATED TSReturnCode TSHttpIsInternalSession(TSHttpSsn ssnp);
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zwoop/trafficserver TS-4731
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/995.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #995
----
commit 205beb1f19818ec9e603b409ad332f31866e2703
Author: Leif Hedstrom <[email protected]>
Date: 2016-09-08T20:56:16Z
TS-4731: Changes return codes for IsInternal APIs
This changes the following APIs:
tsapi int TSHttpTxnIsInternal(TSHttpTxn txnp);
tsapi int TSHttpSsnIsInternal(TSHttpSsn ssnp);
In addition, this also removes the following APIs, that were previously
deprecated:
tsapi TS_DEPRECATED TSReturnCode TSHttpIsInternalRequest(TSHttpTxn txnp);
tsapi TS_DEPRECATED TSReturnCode TSHttpIsInternalSession(TSHttpSsn ssnp);
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---