[Groonga-commit] groonga/express-kotoumi [master] Call Socket#destory instaead of undefined destructor Socket#close

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Mon Jan 28 13:22:56 JST 2013


YUKI Hiroshi	2013-01-28 13:22:56 +0900 (Mon, 28 Jan 2013)

  New Revision: ed85b2749e378963462c2cfd9cecc1da7419a445
  https://github.com/groonga/express-kotoumi/commit/ed85b2749e378963462c2cfd9cecc1da7419a445

  Log:
    Call Socket#destory instaead of undefined destructor Socket#close

  Modified files:
    test/backend-receiver.test.js

  Modified: test/backend-receiver.test.js (+1 -1)
===================================================================
--- test/backend-receiver.test.js    2013-01-28 13:22:16 +0900 (1091ea0)
+++ test/backend-receiver.test.js    2013-01-28 13:22:56 +0900 (4b6ce51)
@@ -29,7 +29,7 @@ function sendPacketTo(packet, port) {
       return clientSocket;
     })
     .next(function(clientSocket) {
-      clientSocket.close();
+      clientSocket.destroy();
     });
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index