| 125 | } |
| 126 | |
| 127 | void |
| 128 | ALPNSupport::disableProtocol(int idx) |
| 129 | { |
| 130 | this->protoenabled.markOut(idx); |
| 131 | // Update the npn string |
| 132 | if (npnSet) { |
| 133 | npnSet->create_npn_advertisement(protoenabled, &npn, &npnsz); |
| 134 | } |
| 135 | } |
| 136 | |
| 137 | void |
| 138 | ALPNSupport::enableProtocol(int idx) |
no test coverage detected