| 177 | } |
| 178 | |
| 179 | void |
| 180 | SSLNextProtocolAccept::enableProtocols(const SessionProtocolSet &protos) |
| 181 | { |
| 182 | this->protoenabled = protos; |
| 183 | } |
| 184 | |
| 185 | SSLNextProtocolAccept::SSLNextProtocolAccept(Continuation *ep, bool transparent_passthrough, bool allow_plain) |
| 186 | : SessionAccept(nullptr), |
no outgoing calls
no test coverage detected