| 807 | } |
| 808 | |
| 809 | inline void |
| 810 | NetVConnection::set_proxy_protocol_info(const ProxyProtocol &src) |
| 811 | { |
| 812 | if (pp_info.version == ProxyProtocolVersion::UNDEFINED) { |
| 813 | pp_info = src; |
| 814 | } |
| 815 | } |
| 816 | |
| 817 | inline const ProxyProtocol & |
| 818 | NetVConnection::get_proxy_protocol_info() const |
no outgoing calls
no test coverage detected