mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
unset needs_compact_auth if client changes its mind.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user