Merge pull request #10669 from TonyPythoneer/destroy-not-found

http.IncomingMessage: destroy not found
This commit is contained in:
Paul van Brenk
2016-08-17 11:47:24 -07:00
committed by GitHub

1
node/node.d.ts vendored
View File

@@ -670,6 +670,7 @@ declare module "http" {
*/
statusMessage?: string;
socket: net.Socket;
destroy(error?: Error): void;
}
/**
* @deprecated Use IncomingMessage