| 2395 | } |
| 2396 | |
| 2397 | AP_DECLARE(const char *) ap_get_protocol(conn_rec *c) |
| 2398 | { |
| 2399 | const char *protocol = ap_run_protocol_get(c); |
| 2400 | return protocol? protocol : AP_PROTOCOL_HTTP1; |
| 2401 | } |
| 2402 | |
| 2403 | AP_DECLARE(apr_status_t) ap_get_protocol_upgrades(conn_rec *c, request_rec *r, |
| 2404 | server_rec *s, int report_all, |
no outgoing calls
no test coverage detected