| 753 | } |
| 754 | |
| 755 | TextView |
| 756 | ts::HttpSsn::sni() const |
| 757 | { |
| 758 | if (_ssn) { |
| 759 | if (auto ssl_ctx = this->ssl_context(); ssl_ctx.is_valid()) { |
| 760 | return ssl_ctx.sni(); |
| 761 | } |
| 762 | } |
| 763 | return {}; |
| 764 | } |
| 765 | |
| 766 | TextView |
| 767 | ts::HttpSsn::protocol_contains(swoc::TextView tag) const |
no test coverage detected