-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Node.js REPL hangs http requests on v0.12 #9420
Comments
Hmm.. Unable to replicate on 10.10.1. Planning to update to 10.10.2 tonight so will try it again. |
I started testing different versions after your comment @jasnell, it looks like problem started with 11.12 release. Result breakdown:
|
Git bisect resultFirst bad and installable commit: Had to skip these commits because hey, authors @tjfontaine @saghul |
Hmm.. Oddly I'm still unable to replicate the issue. Let me play around
|
@jasnell I was able to reproduce it on OSX 10.10.2 with two different machines. Didn't reproduce on openSUSE, Windows 7, Ubuntu 14.04 |
I think this is the same issue as #9310 |
I found a problem with REPL on Node.js v12.0. It wasn't sending some of the http requests on time.
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:
The text was updated successfully, but these errors were encountered: