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

Function config_callback

src/proxy/http/HttpBodyFactory.cc:241–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239////////////////////////////////////////////////////////////////////////
240
241static int
242config_callback(const char * /* name ATS_UNUSED */, RecDataT /* data_type ATS_UNUSED */, RecData /* data ATS_UNUSED */,
243 void *cookie)
244{
245 HttpBodyFactory *body_factory = static_cast<HttpBodyFactory *>(cookie);
246 body_factory->reconfigure();
247 return 0;
248}
249
250void
251HttpBodyFactory::reconfigure()

Callers

nothing calls this directly

Calls 1

reconfigureMethod · 0.45

Tested by

no test coverage detected