mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 07:28:13 +08:00
Added "Content-Length: 0" to the authorization reply to make it keep-alive friendly
This commit is contained in:
parent
9bd2812fac
commit
23a3cc6472
@ -2215,6 +2215,7 @@ static void send_authorization_request(struct mg_connection *conn) {
|
||||
conn->request_info.status_code = 401;
|
||||
(void) mg_printf(conn,
|
||||
"HTTP/1.1 401 Unauthorized\r\n"
|
||||
"Content-Length: 0\r\n"
|
||||
"WWW-Authenticate: Digest qop=\"auth\", "
|
||||
"realm=\"%s\", nonce=\"%lu\"\r\n\r\n",
|
||||
conn->ctx->config[AUTHENTICATION_DOMAIN],
|
||||
|
Loading…
x
Reference in New Issue
Block a user