Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ resume
Method
resume
src/tscpp/api/Transaction.cc:161–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
void
162
Transaction::resume()
163
{
164
TSHttpTxnReenable(state_->txn_, static_cast<TSEvent>(TS_EVENT_HTTP_CONTINUE));
165
}
166
167
void
168
Transaction::error()
Callers
15
handleSendResponseHeaders
Method · 0.80
handleReadRequestHeadersPreRemap
Method · 0.80
handleReadCacheLookupComplete
Method · 0.80
handleSendRequestHeaders
Method · 0.80
handleReadResponseHeaders
Method · 0.80
handleReadResponseHeaders
Method · 0.80
handleReadResponseHeaders
Method · 0.80
handleReadRequestHeadersPreRemap
Method · 0.80
handleReadRequestHeadersPostRemap
Method · 0.80
handleSendRequestHeaders
Method · 0.80
handleReadResponseHeaders
Method · 0.80
handleSendResponseHeaders
Method · 0.80
Calls
1
TSHttpTxnReenable
Function · 0.85
Tested by
no test coverage detected