* @brief short-cut to set the response . */
| 425 | * @brief short-cut to set the response . |
| 426 | */ |
| 427 | TSEvent |
| 428 | shortcutResponse(PrefetchTxnData *data, TSHttpStatus status, const char *body, TSEvent event) |
| 429 | { |
| 430 | data->_status = status; |
| 431 | data->_body.assign(body); |
| 432 | return event; |
| 433 | } |
| 434 | |
| 435 | /** |
| 436 | * @brief Checks if we are still supposed to schedule a background fetch based on whether the object is in the cache. |
no test coverage detected