This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Node.js REPL hangs http requests on v0.12 #9420
Closed
Description
I found a problem with REPL on Node.js v12.0. It wasn't sending some of the http requests on time.
- Reproduced on OSX 10.10.2
- Didn't reproduce on openSUSE, Windows 7, Ubuntu 14.04
Here is the minimal reproducible example with documentation: https://github.com/feyzo/repl-hang-reduced-case
Also stackoverflow post: http://stackoverflow.com/questions/29076314/node-js-repl-hangs-http-requests
Problems:
- http requests ran with repl interface hangs.
- Running multiple repl requests after a failed one, hanged http requests stops hanging and reaches to server.