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

Method should_duplicate

src/proxy/hdrs/XPACK.cc:401–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401bool
402XpackDynamicTable::should_duplicate(uint32_t /* index ATS_UNUSED */)
403{
404 // TODO: Check whether a specified entry should be duplicated
405 // Just return false for now
406 return false;
407}
408
409bool
410XpackDynamicTable::update_maximum_size(uint32_t new_max_size)

Callers 1

_encode_headerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected