pull/1219/head
刘河 2019-02-01 10:53:41 +08:00
parent bb7a12f5a2
commit 4f4ce71654
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ func (s *httpServer) process(c *utils.Conn, r *http.Request) {
} else {
r, err = http.ReadRequest(bufio.NewReader(c))
if err != nil {
log.Println(err)
break
}
}