[Groonga-commit] droonga/droonga-http-server at 97c867c [master] Remove body-parser because it parses body

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 25 15:06:16 JST 2014


Kouhei Sutou	2014-04-25 15:06:16 +0900 (Fri, 25 Apr 2014)

  New Revision: 97c867c9ca1bb56aa6d42dcf53ad2c9f2c5e5c6e
  https://github.com/droonga/droonga-http-server/commit/97c867c9ca1bb56aa6d42dcf53ad2c9f2c5e5c6e

  Message:
    Remove body-parser because it parses body
    
    /d/load want to parse body as stream. body-parser is needless.

  Modified files:
    bin/droonga-http-server
    package.json

  Modified: bin/droonga-http-server (+0 -2)
===================================================================
--- bin/droonga-http-server    2014-04-24 18:24:40 +0900 (f211766)
+++ bin/droonga-http-server    2014-04-25 15:06:16 +0900 (c81d452)
@@ -95,8 +95,6 @@ if (options.cacheSize > 0) {
   }
 }
 
-application.use(bodyParser());
-
 application.droonga({
   prefix: '',
   defaultDataset: options.defaultDataset,

  Modified: package.json (+0 -1)
===================================================================
--- package.json    2014-04-24 18:24:40 +0900 (a6edea8)
+++ package.json    2014-04-25 15:06:16 +0900 (47a8360)
@@ -19,7 +19,6 @@
   },
   "license": "MIT",
   "dependencies": {
-    "body-parser": "*",
     "cookie-parser": "*",
     "commander": "*",
     "express": ">=4.0",
-------------- next part --------------
HTML����������������������������...
Download 



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