etcd/pkg/httputil
Yicheng Qin fc95ec0cc6 rafthttp: always cancel in-flight request when stop streamReader
This problem is totally fixed at 1.5.

go1.5 adds a Request.Cancel channel, which allows for "race free"
cancellation
(8b4278ffb7).
Our implementation relies on it to always cancel in-flight request.
2015-08-25 08:54:13 -07:00
..
cancelreq.go rafthttp: always cancel in-flight request when stop streamReader 2015-08-25 08:54:13 -07:00
cancelreq_go14.go rafthttp: always cancel in-flight request when stop streamReader 2015-08-25 08:54:13 -07:00