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

Function md_http_set_timeout_default

modules/md/md_http.c:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

md_ocsp_renewFunction · 0.85
md_acme_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected