You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the Node 8 nightly, I'm getting the following:
TypeError: this._renderHeaders is not a function
at ServerResponse.writeHead (node_modules/spdy/lib/spdy/response.js:28:20)
at ServerResponse._implicitHeader (_http_server.js:159:8)
at ServerResponse.write (_http_outgoing.js:521:10)
at ReadStream.ondata (_stream_readable.js:555:20)
at emitOne (events.js:96:13)
at ReadStream.emit (events.js:191:7)
at readableAddChunk (_stream_readable.js:176:18)
at ReadStream.Readable.push (_stream_readable.js:134:10)
at onread (fs.js:1857:12)
at FSReqWrap.wrapper [as oncomplete] (fs.js:591:17)
I think _renderHeaders might be deprecated?
The text was updated successfully, but these errors were encountered:
Running the Node 8 nightly, I'm getting the following:
I think
_renderHeaders
might be deprecated?The text was updated successfully, but these errors were encountered: