| 542 | } |
| 543 | |
| 544 | void |
| 545 | HttpProxyPort::processFamilyPreference(const char *value) |
| 546 | { |
| 547 | parse_host_res_preference(value, m_host_res_preference); |
| 548 | } |
| 549 | |
| 550 | void |
| 551 | HttpProxyPort::processSessionProtocolPreference(const char *value) |
no test coverage detected