[Groonga-commit] groonga/groonga at 3c4d330 [master] http post: remove ']' from separator characters

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 12 14:19:43 JST 2015


Kouhei Sutou	2015-03-12 14:19:43 +0900 (Thu, 12 Mar 2015)

  New Revision: 3c4d330ee35df13b9d509ecb6fb1157723327ec8
  https://github.com/groonga/groonga/commit/3c4d330ee35df13b9d509ecb6fb1157723327ec8

  Message:
    http post: remove ']' from separator characters
    
    Because it changes behavior from line based sends in command line
    groonga command.

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+0 -1)
===================================================================
--- src/groonga.c    2015-03-12 13:43:27 +0900 (1f56383)
+++ src/groonga.c    2015-03-12 14:19:43 +0900 (b611591)
@@ -1245,7 +1245,6 @@ do_htreq_post(grn_ctx *ctx, grn_msg *msg)
         switch (buffer_current[0]) {
         case '\n' :
         case ',' :
-        case ']' :
           is_separator = GRN_TRUE;
           break;
         default :
-------------- next part --------------
HTML����������������������������...
Download 



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