[Groonga-commit] groonga/express-droonga at 66676bf [master] No need HTTPCommand commands to have conversion filter for requests

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Aug 1 14:28:54 JST 2013


YUKI Hiroshi	2013-08-01 14:28:54 +0900 (Thu, 01 Aug 2013)

  New Revision: 66676bfccec029eb0816d21ed2459464b90898b0
  https://github.com/groonga/express-droonga/commit/66676bfccec029eb0816d21ed2459464b90898b0

  Message:
    No need HTTPCommand commands to have conversion filter for requests

  Modified files:
    lib/adapter/http.js

  Modified: lib/adapter/http.js (+0 -3)
===================================================================
--- lib/adapter/http.js    2013-08-01 14:26:30 +0900 (88e2a66)
+++ lib/adapter/http.js    2013-08-01 14:28:54 +0900 (0c5932c)
@@ -11,9 +11,6 @@ function createHandler(params) {
   var commandName = params.name;
   var definition = params.definition;
 
-  if (!definition.requestConverter)
-    throw new Error('no filter for the backend: ' + commandName);
-
   return (function(request, response) {
     debug('adapter.http.createHandler.handle');
 
-------------- next part --------------
HTML����������������������������...
Download 



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