| 137 | } |
| 138 | |
| 139 | void md_http_set_connect_timeout_default(md_http_t *http, apr_time_t timeout) |
| 140 | { |
| 141 | http->timeout.connect = timeout; |
| 142 | } |
| 143 | |
| 144 | void md_http_set_connect_timeout(md_http_request_t *req, apr_time_t timeout) |
| 145 | { |
no outgoing calls
no test coverage detected