mirror of
https://github.com/go-i2p/goSam.git
synced 2025-07-13 06:07:42 -04:00
make dialer context aware and avoid redundant session create's
This commit is contained in:
@ -57,7 +57,7 @@ func parseReply(line string) (*Reply, error) {
|
||||
}
|
||||
}
|
||||
|
||||
r.Pairs[kvPair[0]] = kvPair[1]
|
||||
r.Pairs[kvPair[0]] = kvPair[len(kvPair)-1]
|
||||
}
|
||||
|
||||
return r, nil
|
||||
|
Reference in New Issue
Block a user