Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ create
Method
create
src/proxy/hdrs/HTTP.cc:2078–2082 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2076
const int HTTP_ALT_MARSHAL_SIZE = HdrHeapMarshalBlocks{swoc::round_up(sizeof(HTTPCacheAlt))};
2077
2078
void
2079
HTTPInfo::create()
2080
{
2081
m_alt = httpCacheAltAllocator.alloc();
2082
}
2083
2084
void
2085
HTTPInfo::copy(HTTPInfo *hi)
Callers
13
br
Function · 0.45
test_url
Function · 0.45
test_parse
Function · 0.45
get_hash
Function · 0.45
SECTION
Function · 0.45
test_mime.cc
File · 0.45
test_Hdrs.cc
File · 0.45
test_http_hdr_copy_over_aux
Function · 0.45
test_http_hdr_null_char
Function · 0.45
test_http_hdr_ctl_char
Function · 0.45
test_http_hdr_print_and_copy_aux
Function · 0.45
test_HeaderValidator.cc
File · 0.45
Calls
1
alloc
Method · 0.45
Tested by
8
test_url
Function · 0.36
test_parse
Function · 0.36
get_hash
Function · 0.36
SECTION
Function · 0.36
test_http_hdr_copy_over_aux
Function · 0.36
test_http_hdr_null_char
Function · 0.36
test_http_hdr_ctl_char
Function · 0.36
test_http_hdr_print_and_copy_aux
Function · 0.36