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

Function md_http_set_stalling_default

modules/md/md_http.c:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void md_http_set_stalling_default(md_http_t *http, long bytes_per_sec, apr_time_t timeout)
150{
151 http->timeout.stall_bytes_per_sec = bytes_per_sec;
152 http->timeout.stalled = timeout;
153}
154
155void md_http_set_stalling(md_http_request_t *req, long bytes_per_sec, apr_time_t timeout)
156{

Callers 2

md_ocsp_renewFunction · 0.85
md_acme_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected