(socket, options = kEmptyObject)
| 3754 | } |
| 3755 | |
| 3756 | function performServerHandshake(socket, options = kEmptyObject) { |
| 3757 | options = initializeOptions(options); |
| 3758 | return new ServerHttp2Session(options, socket, undefined); |
| 3759 | } |
| 3760 | |
| 3761 | binding.setCallbackFunctions( |
| 3762 | onSessionInternalError, |
nothing calls this directly
no test coverage detected
searching dependent graphs…