Skip to content

Commit

Permalink
Merge pull request #7736 from gyuho/todo
Browse files Browse the repository at this point in the history
embed: remove ReadTimeout TODO
  • Loading branch information
gyuho authored Apr 13, 2017
2 parents 0b19921 + 537c710 commit 9eb3e2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions embed/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9eb3e2c

Please sign in to comment.