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