mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
les: fix for issue #16243
This commit is contained in:
parent
933972d139
commit
98d3d70b60
1 changed files with 1 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ func (r *sentReq) update(ev reqPeerEvent) {
|
|||
r.reqSent = false
|
||||
r.reqSrtoCount++
|
||||
case rpHardTimeout, rpDeliveredValid, rpDeliveredInvalid:
|
||||
r.reqSent = false
|
||||
r.reqSrtoCount--
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue