MCPcopy Create free account
hub / github.com/apache/httpd / md_http_set_connect_timeout_default

Function md_http_set_connect_timeout_default

modules/md/md_http.c:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

md_ocsp_renewFunction · 0.85
md_acme_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected