node/benchmark/http
Bastian Krol 26d145a77f
async_hooks: add missing async_hooks destroys in AsyncReset
This adds missing async_hooks destroy calls for sockets (in
_http_agent.js) and HTTP parsers. We need to emit a destroy in
AsyncWrap#AsyncReset before assigning a new async_id when the instance
has already been in use and is being recycled, because in that case, we
have already emitted an init for the "old" async_id.

This also removes a duplicated init call for HTTP parser: Each time a
new parser was created, AsyncReset was being called via the C++ Parser
class constructor (super constructor AsyncWrap) and also via
Parser::Reinitialize.

Backport-PR-URL: https://github.com/nodejs/node/pull/23410
PR-URL: https://github.com/nodejs/node/pull/23272
Fixes: https://github.com/nodejs/node/issues/19859
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-11-04 12:35:10 +00:00
..
_chunky_http_client.js benchmark: var to const 2017-09-21 08:22:19 -07:00
bench-parser.js async_hooks: add missing async_hooks destroys in AsyncReset 2018-11-04 12:35:10 +00:00
check_invalid_header_char.js benchmark: var to const 2017-09-21 08:22:19 -07:00
check_is_http_token.js benchmark: var to const 2017-09-21 08:22:19 -07:00
chunked.js benchmark: var to const 2017-09-21 08:22:19 -07:00
client-request-body.js benchmark: var to const 2017-09-21 08:22:19 -07:00
cluster.js benchmark: var to const 2017-09-21 08:22:19 -07:00
create-clientrequest.js benchmark: var to const 2017-09-21 08:22:19 -07:00
end-vs-write-end.js benchmark: var to const 2017-09-21 08:22:19 -07:00
http_server_for_chunky_client.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
simple.js benchmark: fix http/simple.js benchmark 2017-12-20 22:35:17 +00:00