probe bug fix

This commit is contained in:
insanity 2018-09-13 17:14:59 +09:00
parent 94be2d2744
commit b0d826d815

View File

@ -201,9 +201,9 @@ LOOP:
}
n, err := conn.Read(buf)
if nil != err {
if !_matcher.HasResponse(matchCtx, j) {
discoveredMatcher = _matcher
}
// if !_matcher.HasResponse(matchCtx, j) {
// discoveredMatcher = _matcher
// }
break INNER_LOOP
}