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

Method response_received_time_get

include/proxy/hdrs/HTTP.h:1395–1399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1393 return m_alt->m_request_sent_time;
1394 }
1395 time_t
1396 response_received_time_get()
1397 {
1398 return m_alt->m_response_received_time;
1399 }
1400
1401 void object_key_set(CryptoHash &hash);
1402 void object_size_set(int64_t size);

Calls

no outgoing calls

Tested by

no test coverage detected