Lines Matching refs:response
103 const onClientResponseFinishChannel = dc.channel('http.client.response.finish');
244 this.once('response', cb);
424 // If we're aborting, we don't care about any more response data.
471 // receive a response. The error needs to
522 // If we don't have a response then we know that the socket
591 // the server will send a final response after this client
616 debug('AGENT incoming response!');
619 // We already have a response object, this means the server
620 // sent a double response.
680 response: res,
697 // If the user did not listen for the 'response' event, then they
700 if (req.aborted || !req.emit('response', res))
788 // This function is necessary in the case where we receive the entire response