We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54daff commit a08dab8Copy full SHA for a08dab8
fixtures/ssr2/server/render.js
@@ -47,7 +47,6 @@ module.exports = function render(url, res) {
47
// If something errored before we started streaming, we set the error code appropriately.
48
res.statusCode = didError ? 500 : 200;
49
res.setHeader('Content-type', 'text/html');
50
- res.write('<!DOCTYPE html>');
51
startWriting();
52
},
53
onError(x) {
0 commit comments