| 6578 | } |
| 6579 | |
| 6580 | char * |
| 6581 | TSFetchRespGet(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 | |
| 6588 | TSReturnCode |
| 6589 | TSFetchPageRespGet(TSHttpTxn txnp, TSMBuffer *bufp, TSMLoc *obj) |
no test coverage detected