Commit 1f94acef authored by Aaron Jacobs's avatar Aaron Jacobs

Todone.

parent fff3a342
......@@ -43,8 +43,6 @@ func (s *server) Serve(c *bazilfuse.Conn) (err error) {
fuseReq, err = c.ReadRequest()
// ReadRequest returns EOF when the connection has been closed.
//
// TODO(jacobsa): Remove this and verify it's actually needed.
if err == io.EOF {
err = nil
return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment