connection are socket are same in IncomingMessage (#11219)

This commit is contained in:
TonyYang
2016-09-14 22:17:36 +09:00
committed by Masahiro Wakame
parent 81197a3926
commit 3423aa94ff
+1 -1
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;