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

Method bootstrap_state_variables_from_request

src/proxy/http/HttpTransact.cc:5630–5635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5628}
5629
5630void
5631HttpTransact::bootstrap_state_variables_from_request(State *s, HTTPHdr *incoming_request)
5632{
5633 s->current.now = s->client_request_time = ink_local_time();
5634 s->client_info.http_version = incoming_request->version_get();
5635}
5636
5637void
5638HttpTransact::initialize_state_variables_from_request(State *s, HTTPHdr *obsolete_incoming_request)

Callers

nothing calls this directly

Calls 2

ink_local_timeFunction · 0.85
version_getMethod · 0.80

Tested by

no test coverage detected