Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
914
inline bool
915
HTTPHdr::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
state_read_client_request_header
Method · 0.80
Calls
1
keep_alive_get
Method · 0.95
Tested by
no test coverage detected