@tstdl/base 0.92.7 → 0.92.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -167,7 +167,6 @@ async function writeResponseBody(response, httpResponse) {
|
|
|
167
167
|
if (!httpResponse.hasHeader('Content-Length')) {
|
|
168
168
|
httpResponse.setHeader('Content-Length', bytes.byteLength);
|
|
169
169
|
}
|
|
170
|
-
null.getWriter().closed;
|
|
171
170
|
await write(httpResponse, bytes);
|
|
172
171
|
}
|
|
173
172
|
else if (isDefined(streamData)) {
|