Lines Matching refs:unref
299 openStreams: 0, // Keep track of them to decide wether or not unref the session
602 if (this.timeout.unref) {
603 this.timeout.unref()
1246 session.unref()
1368 if (!socket[kNoRef] && socket.unref) {
1369 socket.unref()
1701 // TODO(HTTP/2): unref only if current streams count is 0
1702 if (h2State.openStreams === 0) session.unref()
1804 // TODO(HTTP/2): unref only if current streams count is 0
1806 session.unref()