Skip to content

http2: add Http2Session.lastReceivedTime

Adds a time stamp indicating the last time data was received from the connected peer.

Fixes: https://github.com/nodejs/node/issues/21730

/cc @murgatroid99 who requested the feature /cc @nodejs/http2

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading