mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
responses are encoded in UTF-8
This commit is contained in:
parent
789bdf8390
commit
32009e2747
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ final class OneDriveApi
|
|||
private JSONValue perform()
|
||||
{
|
||||
scope(exit) http.onReceive = null;
|
||||
ubyte[] content;
|
||||
char[] content;
|
||||
http.onReceive = (ubyte[] data) {
|
||||
content ~= data;
|
||||
return data.length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue