node: rename http.NodeAgent to http.Agent and net.NodeSocket to net.Socket

This commit is contained in:
Paul Loyd
2014-03-22 21:29:50 +04:00
parent 2118c412b5
commit 0cdeaaa3a7
3 changed files with 24 additions and 24 deletions
Vendored
+1 -1
View File
@@ -109,7 +109,7 @@ declare module "ws" {
constructor(options?: IServerOptions, callback?: Function);
close(): void;
handleUpgrade(request: http.ClientRequest, socket: net.NodeSocket,
handleUpgrade(request: http.ClientRequest, socket: net.Socket,
upgradeHead: NodeBuffer, callback: (client: WebSocket) => void): void;
// Events