Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mayaqua/TcpIp.c')
-rw-r--r--src/Mayaqua/TcpIp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Mayaqua/TcpIp.c b/src/Mayaqua/TcpIp.c
index e8d53cc3..30f89c19 100644
--- a/src/Mayaqua/TcpIp.c
+++ b/src/Mayaqua/TcpIp.c
@@ -2156,6 +2156,10 @@ HTTPLOG *ParseHttpAccessLog(PKT *pkt)
{
StrCpy(h.UserAgent, sizeof(h.UserAgent), value);
}
+ else if (StrCmpi(name, "accept-language") == 0)
+ {
+ StrCpy(h.AcceptLanguage, sizeof(h.AcceptLanguage), value);
+ }
}
Free(line);