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

Function TSFetchDestroy

src/api/InkAPI.cc:6689–6695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6687}
6688
6689void
6690TSFetchDestroy(TSFetchSM fetch_sm)
6691{
6692 sdk_assert(sdk_sanity_check_fetch_sm(fetch_sm) == TS_SUCCESS);
6693
6694 (reinterpret_cast<FetchSM *>(fetch_sm))->ext_destroy();
6695}
6696
6697void
6698TSFetchUserDataSet(TSFetchSM fetch_sm, void *data)

Callers 2

~AsyncHttpFetchStateMethod · 0.85

Calls 2

ext_destroyMethod · 0.45

Tested by

no test coverage detected