We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7778a1c commit 735afe6Copy full SHA for 735afe6
response.go
@@ -60,10 +60,6 @@ func (r *searchResponse) Next() bool {
60
if r.err != nil {
61
return false
62
}
63
- r.err = r.conn.GetLastError()
64
- if r.err != nil {
65
- return false
66
- }
67
r.entry = res.Entry
68
r.referral = res.Referral
69
r.controls = res.Controls
v3/response.go
0 commit comments