node/test/cctest
Eugene Ostroukhov c4aaf47f4d inspector: Do cleanups before notifying callback
Inspector socket implementation was notifying handshake callback before
performing the cleanups, which meant that callback could not reclaim
resources allocated by the client. New implementation will free all
resource not allocated by the client before calling the callback,
allowing the client to complete the cleanup.

Fixes: https://github.com/nodejs/node/pull/7418
PR-URL: https://github.com/nodejs/node/pull/7450
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
2016-07-05 22:36:50 +02:00
..
test_inspector_socket.cc inspector: Do cleanups before notifying callback 2016-07-05 22:36:50 +02:00
util.cc src: make Sec-WebSocket-Key check case-insensitive 2016-07-05 22:10:21 +02:00