True if this protocol is supported at server-side.
| 169 | } |
| 170 | // True if this protocol is supported at server-side. |
| 171 | bool support_server() const { return process_request; } |
| 172 | }; |
| 173 | |
| 174 | const ConnectionType CONNECTION_TYPE_POOLED_AND_SHORT = |
no outgoing calls
no test coverage detected