[Groonga-commit] groonga/groonga at 184fe5f [master] http post: reduce needless process

Back to archive index

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


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

  New Revision: 184fe5fc4b392634cfeadd28eda7105eb76209e1
  https://github.com/groonga/groonga/commit/184fe5fc4b392634cfeadd28eda7105eb76209e1

  Message:
    http post: reduce needless process

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+1 -0)
===================================================================
--- src/groonga.c    2015-03-12 14:21:19 +0900 (8a99254)
+++ src/groonga.c    2015-03-12 14:22:22 +0900 (53f88f8)
@@ -1271,6 +1271,7 @@ do_htreq_post(grn_ctx *ctx, grn_msg *msg)
         }
         buffer_start = buffer_current + 1;
         GRN_BULK_REWIND(&chunk_buffer);
+        break;
       }
       if (buffer_end > buffer_start) {
         GRN_TEXT_PUT(ctx, &chunk_buffer,
-------------- next part --------------
HTML����������������������������...
Download 



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