There were not memory leaks detected for:
- error on the
unzip
stream - error on the
request
object
Couldn't get error on the response
object. When the connection is destroyed, request
object emits an error.
Run servers:
npm install -S express comporession
node --inspect proxy.js
node server.js
Error on unzip stream:
ab -n 10000 -c 10 http://localhost:8080/fake
# Take snapshot
ab -n 10000 -c 10 http://localhost:8080/fake
# Take snapshot
Error on connection:
ab -n 10000 -c 10 http://localhost:8080/error
# Take snapshot
ab -n 10000 -c 10 http://localhost:8080/error
# Take snapshot