Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 75bb52d7158b0ee697c34d2977a9b95f552c0a9f
https://github.com/conformal/btcd/commit/75bb52d7158b0ee697c34d2977a9b95f552c0a9f
Author: David Hill <[email protected]>
Date: 2014-04-21 (Mon, 21 Apr 2014)
Changed paths:
M peer.go
Log Message:
-----------
In handleGetDataMsg, fix two unknown inv type bugs.
On unknown inventory types, handleGetDataMsg would loop forever.
After fixing that, if a getdata request only had unknown inventory
types, it would block forever.
ok @davecgh