MCPcopy Create free account
hub / github.com/apache/trafficserver / drop

Method drop

include/iocore/net/ConnectionTracker.h:394–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394inline std::shared_ptr<ConnectionTracker::Group>
395ConnectionTracker::TxnState::drop()
396{
397 _reserved_p = false;
398 return std::move(_g);
399}
400
401inline void
402ConnectionTracker::TxnState::clear()

Callers 2

create_server_sessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected