Upon making a request to http-server running at http://127.0.0.1:8080, it crashes with the error:
[Thu Apr 07 2022 22:45:19 GMT-0400 (Eastern Daylight Time)] "GET /" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36"
_http_outgoing.js:470
throw new ERR_HTTP_HEADERS_SENT('set');
^
Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
at ServerResponse.setHeader (_http_outgoing.js:470:11)
at module.exports.ResponseStream.(anonymous function) [as setHeader] (/project/sqljs/node_modules/union/lib/response-stream.js:100:34)
at Object.exports.(anonymous function) (/project/sqljs/node_modules/http-server/lib/core/status-handlers.js:57:7)
at Readable.stream.on (/project/sqljs/node_modules/http-server/lib/core/index.js:339:22)
at Readable.emit (events.js:198:13)
at emitErrorNT (internal/streams/destroy.js:91:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
at process._tickCallback (internal/process/next_tick.js:63:19)
Server is unable to send any requests.
Environment Versions
$ node --version
= v10.24.1$ http-server --version
= 14.1.0Steps to reproduce
Expected result
The file index.html is served.
Actual result
Upon making a request to http-server running at http://127.0.0.1:8080, it crashes with the error: