parse Accept-Language header to Request::accept_languages table

This commit is contained in:
2022-02-02 18:20:32 +01:00
parent 75daf37bbd
commit 33e8df11c5
7 changed files with 49 additions and 9 deletions

View File

@@ -121,6 +121,7 @@ void Request::Clear()
env_http_user_agent.clear();
env_http_accept_encoding.clear();
env_http_accept.clear();
env_http_accept_language.clear();
env_fcgi_role.clear();
env_content_type.clear();
env_https.clear();