null+****@clear*****
null+****@clear*****
2010年 6月 29日 (火) 14:20:07 JST
Kouhei Sutou 2010-06-29 05:20:07 +0000 (Tue, 29 Jun 2010) New Revision: 2ca374664c30f5c8f89a3f77cf73bdbbf159e121 Log: revert '--protocol http' option. Modified files: src/grntest.c Modified: src/grntest.c (+1 -2) =================================================================== --- src/grntest.c 2010-06-29 05:18:11 +0000 (3ec8bff) +++ src/grntest.c 2010-06-29 05:20:07 +0000 (4676fe3) @@ -1576,8 +1576,7 @@ start_server(const char *dbpath, int r) } sprintf(optbuf, "%d", grntest_serverport); if (pid == 0) { - ret = execlp("groonga", "groonga", "-s", "--protocol", "http", - "-p", optbuf, dbpath, (char*)NULL); + ret = execlp("groonga", "groonga", "-s", "-p", optbuf, dbpath, (char*)NULL); if (ret == -1) { fprintf(stderr, "Cannot start groonga server:errno=%d\n", errno); exit(1);