| 127 | } |
| 128 | |
| 129 | void md_http_set_timeout_default(md_http_t *http, apr_time_t timeout) |
| 130 | { |
| 131 | http->timeout.overall = timeout; |
| 132 | } |
| 133 | |
| 134 | void md_http_set_timeout(md_http_request_t *req, apr_time_t timeout) |
| 135 | { |
no outgoing calls
no test coverage detected