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

Method reset

src/tscpp/api/Request.cc:100–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void
101Request::reset()
102{
103 state_->hdr_buf_ = nullptr;
104 state_->hdr_loc_ = nullptr;
105 state_->headers_.reset(nullptr, nullptr);
106 state_->url_loc_ = nullptr;
107 LOG_DEBUG("Reset request %p", this);
108}
109
110HttpMethod
111Request::getMethod() const

Callers 4

AsyncHttpFetchStateMethod · 0.45
Transaction.ccFile · 0.45
initMethod · 0.45
handleEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected