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

Method release

src/proxy/http/Http1ClientTransaction.cc:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include "proxy/http/HttpSM.h"
27
28void
29Http1ClientTransaction::release()
30{
31 // Turn off reading until we are done with the SM
32 // At that point the transaction/session with either be closed
33 // or be put into keep alive state to wait from the next transaction
34 this->do_io_read(this->_sm, 0, nullptr);
35 _proxy_ssn->clear_session_active();
36}
37
38void
39Http1ClientTransaction::transaction_done()

Callers

nothing calls this directly

Calls 2

do_io_readMethod · 0.45
clear_session_activeMethod · 0.45

Tested by

no test coverage detected