| 8738 | } |
| 8739 | |
| 8740 | const char * |
| 8741 | TSHttpTxnClientProtocolStackContains(TSHttpTxn txnp, const char *tag) |
| 8742 | { |
| 8743 | sdk_assert(sdk_sanity_check_txn(txnp) == TS_SUCCESS); |
| 8744 | HttpSM *sm = reinterpret_cast<HttpSM *>(txnp); |
| 8745 | return sm->client_protocol_contains(std::string_view{tag}); |
| 8746 | } |
| 8747 | |
| 8748 | const char * |
| 8749 | TSHttpSsnClientProtocolStackContains(TSHttpSsn ssnp, const char *tag) |