probe bug fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user