mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
Merge pull request #10713 from TonyPythoneer/node4-no-destroy
http.IncomingMessage no destroy
This commit is contained in:
Vendored
+1
@@ -632,6 +632,7 @@ declare module "http" {
|
||||
*/
|
||||
statusMessage?: string;
|
||||
socket: net.Socket;
|
||||
destroy(error?: Error): void;
|
||||
}
|
||||
/**
|
||||
* @deprecated Use IncomingMessage
|
||||
|
||||
Reference in New Issue
Block a user