File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ function onSelectPadding(fn) {
366366// will be deferred until the socket is ready to go.
367367function 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
You can’t perform that action at this time.
0 commit comments