]> Sergey Matveev's repositories - btrtrc.git/commit
Reader.Close: Don’t set t to nil, we may still expect it
authorMatt Joiner <anacrolix@gmail.com>
Mon, 5 Dec 2016 11:00:26 +0000 (22:00 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 5 Dec 2016 11:00:26 +0000 (22:00 +1100)
commit74be3d58e5e08a28a10942c70a074ab99dfb46da
tree253c8e1e1babb3c3d2d500d6da68c3757a183c0a
parent75b959099f2ef93424f2ef3aa67f996cfba77f35
Reader.Close: Don’t set t to nil, we may still expect it

For example in goroutines spawned in ReadContext.
reader.go