connection are socket are same in IncomingMessage (#11219)

This commit is contained in:
TonyYang
2016-09-14 21:17:36 +08:00
committed by Masahiro Wakame
parent 81197a3926
commit 3423aa94ff

2
node/node.d.ts vendored
View File

@@ -659,7 +659,7 @@ declare module "http" {
httpVersion: string;
httpVersionMajor: string;
httpVersionMinor: string;
connection: any;
connection: net.Socket;
headers: any;
rawHeaders: string[];
trailers: any;