This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
net_uv.js throws assertion error #1697
Comments
Yes, known bug but hard to reproduce reliably. The write requests come back in a different order than what they're sent off in. |
ghost
assigned bnoordhuis
Sep 13, 2011
On windows, this is probably caused by write requests short-circuiting while a previous write has completed but is still in the IOCPs queue. |
reverted @piscisaureus test case in cde81a6 - it was causing other tests to fail |
+1 |
This is pretty important to me too |
@piscisaureus any update on this? we're passing this in unix-land |
Probably a timing issue. |
The bug appears in v.0.5.8 too. It reproduced easy when send long responses (1Mb, chunked or with Content-Length):
|
Fixed in ed65b7b. |
isaacs
added a commit
that referenced
this issue
Jun 16, 2012
bnoordhuis
referenced
this issue
Aug 17, 2012
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Node Version
Windows node.exe v0.5.6
Problem
Occasional AssertionError when using Socket.IO. This makes the windows version of node.js unusable.
The text was updated successfully, but these errors were encountered: