Skip to content

Commit 46827db

Browse files
committed
[Squash] Fix nits
1 parent a9f60af commit 46827db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/internal/http2/core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ function onSelectPadding(fn) {
366366
// will be deferred until the socket is ready to go.
367367
function requestOnConnect(headers, options) {
368368
const session = this[kSession];
369-
debug(`HttpSession ${sessionName(session[kType])}: connected, ` +
369+
debug(`Http2Session ${sessionName(session[kType])}: connected, ` +
370370
'initializing request');
371371
const streams = session[kState].streams;
372372

@@ -1011,7 +1011,7 @@ class ClientHttp2Session extends Http2Session {
10111011
const state = this[kState];
10121012
if (state.destroyed || state.destroying)
10131013
throw new errors.Error('ERR_HTTP2_INVALID_SESSION');
1014-
debug(`HttpSession ${sessionName(this[kType])}: initiating request`);
1014+
debug(`Http2Session ${sessionName(this[kType])}: initiating request`);
10151015

10161016
this[kUpdateTimer]();
10171017

0 commit comments

Comments
 (0)