embed: remove ReadTimeout TODO

ref. https://github.com/golang/go/issues/9524#issuecomment-271937649

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
release-3.2
Gyu-Ho Lee 2017-04-13 10:55:45 -07:00
parent 2dd361aba5
commit 537c7100b0
1 changed files with 0 additions and 2 deletions

View File

@ -341,8 +341,6 @@ func (e *Etcd) serve() (err error) {
})
}
for _, sctx := range e.sctxs {
// read timeout does not work with http close notify
// TODO: https://github.com/golang/go/issues/9524
go func(s *serveCtx) {
e.errHandler(s.serve(e.Server, ctlscfg, v2h, e.errHandler))
}(sctx)