mind PreferSimpleProtocol parameter in the config Merge method

pull/436/head
Murat Kabilov 2018-07-24 16:03:26 +02:00
parent b8832c26d4
commit d9f21d02a5
1 changed files with 2 additions and 0 deletions

View File

@ -706,6 +706,8 @@ func (old ConnConfig) Merge(other ConnConfig) ConnConfig {
cc.Dial = other.Dial
}
cc.PreferSimpleProtocol = other.PreferSimpleProtocol
cc.RuntimeParams = make(map[string]string)
for k, v := range old.RuntimeParams {
cc.RuntimeParams[k] = v