From b9b0e1ec972be720e27fc00a1c9083877da10a2e Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Tue, 19 Oct 2021 09:41:57 -0400 Subject: [PATCH] forgot to fill in this variable on other branch --- http2.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http2.d b/http2.d index 32e1097..dcce30e 100644 --- a/http2.d +++ b/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: