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

Method resp_get

src/proxy/FetchSM.cc:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124char *
125FetchSM::resp_get(int *length)
126{
127 *length = client_bytes;
128 return client_response;
129}
130
131int
132FetchSM::InvokePlugin(int event, void *data)

Callers 1

TSFetchRespGetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected