test: fix http-incoming-pipelined-socket-destroy
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.
parent
5d4f4ee3
Please register or sign in to comment