[Groonga-commit] droonga/express-droonga at ecd417d [master] groonga: Define missing argument

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 28 11:58:49 JST 2014


YUKI Hiroshi	2014-04-28 11:58:49 +0900 (Mon, 28 Apr 2014)

  New Revision: ecd417d091b5cfa792e8bfda11717b88bd6bb7cf
  https://github.com/droonga/express-droonga/commit/ecd417d091b5cfa792e8bfda11717b88bd6bb7cf

  Message:
    groonga: Define missing argument

  Modified files:
    lib/adapter/api/groonga/index.js

  Modified: lib/adapter/api/groonga/index.js (+1 -1)
===================================================================
--- lib/adapter/api/groonga/index.js    2014-04-28 11:51:45 +0900 (1a75918)
+++ lib/adapter/api/groonga/index.js    2014-04-28 11:58:49 +0900 (9b8353c)
@@ -5,7 +5,7 @@ function handleHTTPRequest(request, connection) {
   connection.emit(request.params.commandName, request.query);
 }
 
-function handleLoadHTTPRequest(request, connection) {
+function handleLoadHTTPRequest(request, connection, response) {
   var loader = new Loader(request, response, connection, this.logger);
   loader.run();
 }
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index