We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using: https://github.com/pinheadmz/handout to server a webpage on an HNS domain. However, after a day, the webserver crashes.
here is the output:
[debug] (webserver) undefined req: index.html (200) Server error: Error: aborted at connResetException (node:internal/errors:704:14) at abortIncoming (node:_http_server:625:17) at socketOnClose (node:_http_server:619:3) at TLSSocket.emit (node:events:525:35) at node:net:757:14 at Socket.done (node:_tls_wrap:584:7) at Object.onceWrapper (node:events:628:26) at Socket.emit (node:events:513:28) at TCP.<anonymous> (node:net:757:14) node:events:491 throw er; // Unhandled 'error' event ^ Error: aborted at connResetException (node:internal/errors:704:14) at abortIncoming (node:_http_server:625:17) at socketOnClose (node:_http_server:619:3) at TLSSocket.emit (node:events:525:35) at node:net:757:14 at Socket.done (node:_tls_wrap:584:7) at Object.onceWrapper (node:events:628:26) at Socket.emit (node:events:513:28) at TCP.<anonymous> (node:net:757:14) Emitted 'error' event on Request instance at: at IncomingMessage.<anonymous> (/home/sentinel/handout/node_modules/bweb/lib/request.js:64:12) at IncomingMessage.emit (node:events:525:35) at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at processTicksAndRejections (node:internal/process/task_queues:83:21) { code: 'ECONNRESET' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using: https://github.com/pinheadmz/handout to server a webpage on an HNS domain. However, after a day, the webserver crashes.
here is the output:
The text was updated successfully, but these errors were encountered: