MCPcopy 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
536void
537Http1ClientSession::start()
538{
539 // Troll for data to get a new transaction
540 this->release(&trans);
541}
542
543bool
544Http1ClientSession::allow_half_open() const

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.95

Tested by

no test coverage detected