mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
connection are socket are same in IncomingMessage (#11219)
This commit is contained in:
committed by
Masahiro Wakame
parent
81197a3926
commit
3423aa94ff
Vendored
+1
-1
@@ -659,7 +659,7 @@ declare module "http" {
|
||||
httpVersion: string;
|
||||
httpVersionMajor: string;
|
||||
httpVersionMinor: string;
|
||||
connection: any;
|
||||
connection: net.Socket;
|
||||
headers: any;
|
||||
rawHeaders: string[];
|
||||
trailers: any;
|
||||
|
||||
Reference in New Issue
Block a user