mirror of https://github.com/BOINC/boinc.git
Client: "Accept-Language", not "ACCEPT_LANGUAGE", in HTTP
This commit is contained in:
parent
0533f82d4a
commit
32995b78c5
|
@ -594,7 +594,7 @@ int HTTP_OP::libcurl_exec(
|
|||
pcurlList = curl_slist_append(pcurlList, g_content_type);
|
||||
|
||||
if (strlen(gstate.language)) {
|
||||
sprintf(buf, "ACCEPT_LANGUAGE: %s", gstate.language);
|
||||
sprintf(buf, "Accept-Language: %s", gstate.language);
|
||||
pcurlList = curl_slist_append(pcurlList, buf);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue