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

Function TSFetchRespGet

src/api/InkAPI.cc:6580–6586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6578}
6579
6580char *
6581TSFetchRespGet(TSHttpTxn txnp, int *length)
6582{
6583 sdk_assert(sdk_sanity_check_null_ptr((void *)length) == TS_SUCCESS);
6584 FetchSM *fetch_sm = reinterpret_cast<FetchSM *>(txnp);
6585 return fetch_sm->resp_get(length);
6586}
6587
6588TSReturnCode
6589TSFetchPageRespGet(TSHttpTxn txnp, TSMBuffer *bufp, TSMLoc *obj)

Callers 4

handleFetchEventsFunction · 0.85
handleFetchEventMethod · 0.85
handleFetchEventsFunction · 0.85
async_handlerFunction · 0.85

Calls 2

resp_getMethod · 0.80

Tested by

no test coverage detected