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

Function http_update_nonce

modules/md/md_acme.c:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static apr_status_t http_update_nonce(const md_http_response_t *res, void *data)
125{
126 req_update_nonce(data, res->headers);
127 return APR_SUCCESS;
128}
129
130static md_acme_req_t *md_acme_req_create(md_acme_t *acme, const char *method, const char *url)
131{

Callers

nothing calls this directly

Calls 1

req_update_nonceFunction · 0.85

Tested by

no test coverage detected