test: fix http-many-ended-pipelines server close
The test was calling server.close() without waiting for the server to have received all the requests. This would cause an ECONNRESET.
parent
5aebc735
Please register or sign in to comment
The test was calling server.close() without waiting for the server to have received all the requests. This would cause an ECONNRESET.