| 8853 | } |
| 8854 | |
| 8855 | HTTPVersion |
| 8856 | HttpSM::get_server_version(HTTPHdr &hdr) const |
| 8857 | { |
| 8858 | return this->server_txn->get_proxy_ssn()->get_version(hdr); |
| 8859 | } |
| 8860 | |
| 8861 | /// Update the milestone state given the milestones and timer. |
| 8862 | void |
no test coverage detected