Update lookup.go

This commit is contained in:
Felix Lange 2025-09-12 11:34:44 +02:00 committed by GitHub
parent 97afa2815b
commit 68c18ede06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -191,8 +191,7 @@ func (it *lookupIterator) Next() bool {
// is in a degraded state, and we need to wait for it to fill again.
it.lookupFailed(it.lookup.tab)
}
// Otherwise, yield the initial nodes from the iterator before advancing
// the lookup.
// Yield the initial nodes from the iterator before advancing the lookup.
it.buffer = it.lookup.replyBuffer
continue
}