Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ clear
Method
clear
include/iocore/net/ConnectionTracker.h:401–408 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
399
}
400
401
inline void
402
ConnectionTracker::TxnState::clear()
403
{
404
if (_g) {
405
this->release();
406
_g = nullptr;
407
}
408
}
409
410
inline void
411
ConnectionTracker::TxnState::update_max_count(int count)
Callers
2
ProxyProtocol
Method · 0.45
ProxyProtocol
Class · 0.45
Calls
1
release
Method · 0.95
Tested by
no test coverage detected