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

Method _initialize

src/cripts/Headers.cc:279–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void
280Client::Request::_initialize()
281{
282 TSAssert(_state->txnp);
283
284 if (TSHttpTxnClientReqGet(_state->txnp, &_bufp, &_hdr_loc) != TS_SUCCESS) {
285 _state->error.Fail();
286 } else {
287 super_type::_initialize(); // Don't initialize unless properly setup
288 }
289}
290
291Header::Iterator
292Header::begin()

Callers 1

operator[]Method · 0.45

Calls 5

TSHttpTxnClientReqGetFunction · 0.85
TSHttpTxnClientRespGetFunction · 0.85
TSHttpTxnServerReqGetFunction · 0.85
TSHttpTxnServerRespGetFunction · 0.85
FailMethod · 0.45

Tested by

no test coverage detected