Searched refs:afterConnect (Results 1 – 2 of 2) sorted by relevance
10 const afterConnect = common.mustCall((session) => { constant19 h2.connect(`http://${host}:${port}`, afterConnect);
908 req.oncomplete = afterConnect;921 req.oncomplete = afterConnect;923 err = self._handle.connect(req, address, afterConnect);1121 function afterConnect(status, handle, req, readable, writable) { function