Browse Source

embed: remove ReadTimeout TODO

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

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Gyu-Ho Lee 8 years ago
parent
commit
537c7100b0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      embed/etcd.go

+ 0 - 2
embed/etcd.go

@@ -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)