| 548 | } |
| 549 | |
| 550 | void |
| 551 | HttpProxyPort::processSessionProtocolPreference(const char *value) |
| 552 | { |
| 553 | m_session_protocol_preference.markAllOut(); |
| 554 | globalSessionProtocolNameRegistry.markIn(value, m_session_protocol_preference); |
| 555 | } |
| 556 | |
| 557 | void |
| 558 | SessionProtocolNameRegistry::markIn(const char *value, SessionProtocolSet &sp_set) |
no test coverage detected