projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c75628b
)
added converting HTTP request to server encoding when downloading scores
author
Holger Schemel
<info@artsoft.org>
Mon, 21 Jun 2021 14:09:00 +0000
(16:09 +0200)
committer
Holger Schemel
<info@artsoft.org>
Mon, 21 Jun 2021 14:09:00 +0000
(16:09 +0200)
src/files.c
patch
|
blob
|
history
diff --git
a/src/files.c
b/src/files.c
index 70f8ab2c58b758ebb7b9d73cd23917a5187563e3..9da8f6094a1fbe43000c97c61155bd670c440398 100644
(file)
--- a/
src/files.c
+++ b/
src/files.c
@@
-9037,6
+9037,8
@@
static void DownloadServerScoreToCacheExt(struct HttpRequest *request,
"}\n",
levelset.identifier, nr, level.rate_time_over_score);
+ ConvertHttpRequestBodyToServerEncoding(request);
+
if (!DoHttpRequest(request, response))
{
Error("HTTP request failed: %s", GetHttpError());