mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-27 05:40:00 +03:00
forgot to fill in this variable on other branch
This commit is contained in:
parent
9be04676d7
commit
b9b0e1ec97
1 changed files with 2 additions and 0 deletions
2
http2.d
2
http2.d
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue