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

Function init_sm

src/proxy/http/RegressionHttpTransact.cc:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33static void
34init_sm(HttpSM *sm)
35{
36 sm->init();
37 sm->t_state.hdr_info.client_request.create(HTTP_TYPE_REQUEST, HTTP_1_1, nullptr);
38}
39
40static void
41setup_client_request(HttpSM *sm, const char *scheme, const char *request)

Callers 1

setup_client_requestFunction · 0.85

Calls 2

initMethod · 0.45
createMethod · 0.45

Tested by

no test coverage detected