You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The custom inspect functions for Http2Stream and Http2Session ignore the depth at which the inspect function currently is, leading to more information being printed than what should be printed.
The text was updated successfully, but these errors were encountered:
addaleax
added
util
Issues and PRs related to the built-in util module.
http2
Issues or PRs related to the http2 subsystem.
labels
May 30, 2019
This commit causes Http2Stream and Http2Session to account
for inspect() depth.
PR-URL: nodejs#27983Fixes: nodejs#27976
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit causes Http2Stream and Http2Session to account
for inspect() depth.
PR-URL: #27983Fixes: #27976
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
The custom inspect functions for
Http2Stream
andHttp2Session
ignore thedepth
at which theinspect
function currently is, leading to more information being printed than what should be printed.The text was updated successfully, but these errors were encountered: