mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Closing connection after mg_send_digest_auth()
This commit is contained in:
parent
de509ae952
commit
9ba1596c46
@ -2698,6 +2698,7 @@ void mg_send_digest_auth_request(struct mg_connection *c) {
|
||||
"realm=\"%s\", nonce=\"%lu\"\r\n\r\n",
|
||||
conn->server->config_options[AUTH_DOMAIN],
|
||||
(unsigned long) time(NULL));
|
||||
close_local_endpoint(conn);
|
||||
}
|
||||
|
||||
// Use the global passwords file, if specified by auth_gpass option,
|
||||
|
Loading…
Reference in New Issue
Block a user