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

Method response_received_time_set

include/proxy/hdrs/HTTP.h:1420–1424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1418 m_alt->m_request_sent_time = t;
1419 }
1420 void
1421 response_received_time_set(time_t t)
1422 {
1423 m_alt->m_response_received_time = t;
1424 }
1425
1426 /// Get the fragment table.
1427 FragOffset *get_frag_table();

Callers 2

issue_cache_updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected