unset needs_compact_auth if client changes its mind.

This commit is contained in:
Nikos Mavrogiannopoulos
2014-01-12 14:19:10 +01:00
parent a08a03d70e
commit b8a4fdf530

View File

@@ -308,6 +308,8 @@ static void value_check(struct worker_st *ws, struct http_req_st *req)
if (c_strcasecmp(strtmp, "close") == 0) {
oclog(ws, LOG_INFO, "client needs compact auth");
req->needs_compact_auth = 1;
} else {
req->needs_compact_auth = 0;
}
break;
case HEADER_COOKIE: