[Groonga-commit] groonga/grnci at fb70a8d [master] libgrn: don't reparse a command.

Back to archive index

Susumu Yata null+****@clear*****
Fri Jul 21 16:27:11 JST 2017


Susumu Yata	2017-07-21 16:27:11 +0900 (Fri, 21 Jul 2017)

  New Revision: fb70a8d64151e8154cbc94d23bb34e0fcee63437
  https://github.com/groonga/grnci/commit/fb70a8d64151e8154cbc94d23bb34e0fcee63437

  Message:
    libgrn: don't reparse a command.

  Modified files:
    v2/libgrn/client.go

  Modified: v2/libgrn/client.go (+1 -1)
===================================================================
--- v2/libgrn/client.go    2017-07-21 16:19:19 +0900 (d36bd39)
+++ v2/libgrn/client.go    2017-07-21 16:27:11 +0900 (3c394d4)
@@ -101,7 +101,7 @@ func (c *Client) exec(cmd string, body io.Reader) (grnci.Response, error) {
 			}
 		}
 	}
-	resp, err := conn.Exec(cmd, body)
+	resp, err := conn.exec(cmd, body)
 	if err != nil {
 		conn.Close()
 		return nil, err
-------------- next part --------------
HTML����������������������������...
Download 



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