Remove 4 non-essential booleans from transaction state
------------------------------------------------------
Key: TS-239
URL: https://issues.apache.org/jira/browse/TS-239
Project: Traffic Server
Issue Type: Bug
Components: InkAPI
Affects Versions: 2.1.0
Reporter: Eric Balsa
Assignee: Eric Balsa
Priority: Trivial
Fix For: 2.1.0
We dont need a boolean & value stored in the transaction state for each
request, a value defaulted to -1 will do just fine.
int INKHttpTxnActiveTimeoutSet(...)
int INKHttpTxnConnectTimeoutSet(...)
int INKHttpTxnDNSTimeoutSet(...)
int INKHttpTxnNoActivityTimeoutSet(...)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.