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

Method is_keep_alive_set

include/proxy/hdrs/HTTP.h:914–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912}
913
914inline bool
915HTTPHdr::is_keep_alive_set() const
916{
917 return this->keep_alive_get() == HTTP_KEEPALIVE;
918}
919
920/**
921 Check the status code is informational and expecting final response

Callers 1

Calls 1

keep_alive_getMethod · 0.95

Tested by

no test coverage detected