diff --git a/dom.d b/dom.d index acda382..9b36106 100644 --- a/dom.d +++ b/dom.d @@ -8125,7 +8125,7 @@ class Utf8Stream { if(hasMore()) this.data ~= getMore(); - stdout.flush(); + // stdout.flush(); } @property final size_t length() {