| 73 | // proxy protocol specification end |
| 74 | |
| 75 | ProxyProtocolHandler::ProxyProtocolHandler(PHXSqlProxyConfig * config, |
| 76 | WorkerConfig_t * worker_config, |
| 77 | GroupStatusCache * group_status_cache) : |
| 78 | config_(config), |
| 79 | worker_config_(worker_config), |
| 80 | group_status_cache_(group_status_cache) { |
| 81 | Clear(); |
| 82 | } |
| 83 | |
| 84 | ProxyProtocolHandler::~ProxyProtocolHandler() { |
| 85 | } |
nothing calls this directly
no outgoing calls
no test coverage detected