commit | 78513ea8702dea6d1b68136ed5f9efc6816474f4 | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周三 10月 28 14:32:02 2015 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周三 10月 28 14:32:02 2015 +0800 |
tree | 84b5ff7672fa965c86f77ddbef800539f55431ec | |
parent | 55814748ce8c292d8741147727d2a4ccd598a7c6 [diff] [blame] |
修改 http 连接模式为 KeepAlived , 并增加了连接池
diff --git a/message.go b/message.go index 2a78277..4036ad9 100644 --- a/message.go +++ b/message.go
@@ -10,7 +10,7 @@ ) type MessageWriter struct { - FuncNo int `json: "funcno"` + FuncNo int `json:"funcno"` Attributes map[string]interface{} ColumnNames []string ColumnDescs []string