forgot to fill in this variable on other branch

This commit is contained in:
Adam D. Ruppe 2021-10-19 09:41:57 -04:00
parent 9be04676d7
commit b9b0e1ec97
1 changed files with 2 additions and 0 deletions

View File

@ -1992,6 +1992,8 @@ class HttpRequest {
responseData.content = cast(ubyte[]) n;
responseData.contentText = cast(string) responseData.content;
//responseData.content ~= cast(ubyte[]) uncompress.flush();
} else {
responseData.contentText = cast(string) responseData.content;
}
done: