| 147 | } |
| 148 | |
| 149 | void 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 | |
| 155 | void md_http_set_stalling(md_http_request_t *req, long bytes_per_sec, apr_time_t timeout) |
| 156 | { |
no outgoing calls
no test coverage detected