Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ start
Method
start
src/proxy/http/Http1ClientSession.cc:536–541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
534
}
535
536
void
537
Http1ClientSession::start()
538
{
539
// Troll for data to get a new transaction
540
this->release(&trans);
541
}
542
543
bool
544
Http1ClientSession::allow_half_open() const
Callers
nothing calls this directly
Calls
1
release
Method · 0.95
Tested by
no test coverage detected