mirror of https://github.com/lukechilds/node.git
Browse Source
The test was calling server.close() after write on the socket had completed. However the fact that the write had completed was not valid indication that the server had received the data. This would result in a premutaure closing of the server and an ECONNRESET event on the client.v0.10.26-release
committed by
Timothy J Fontaine
1 changed files with 15 additions and 7 deletions
Loading…
Reference in new issue