mirror of https://github.com/adamdruppe/arsd.git
forgot to fill in this variable on other branch
This commit is contained in:
parent
9be04676d7
commit
b9b0e1ec97
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…
Reference in New Issue