[Groonga-commit] droonga/express-droonga at bd00870 [master] Return response as application/json"s"

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 6 18:24:06 JST 2014


YUKI Hiroshi	2014-01-06 18:24:06 +0900 (Mon, 06 Jan 2014)

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

  Message:
    Return response as application/json"s"

  Modified files:
    lib/adapter/command.js

  Modified: lib/adapter/command.js (+1 -1)
===================================================================
--- lib/adapter/command.js    2014-01-06 18:22:58 +0900 (2a00470)
+++ lib/adapter/command.js    2014-01-06 18:24:06 +0900 (43feae3)
@@ -149,7 +149,7 @@ HTTPStreaming.extend = function(targetClass) {
     connectionsCount++;
 
     response.writeHead(200, {
-      'Content-Type':      'application/json',
+      'Content-Type':      'application/jsons',
       'Transfer-Encoding': 'chunked'
     });
 
-------------- next part --------------
HTML����������������������������...
Download 



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