add return statement

This commit is contained in:
wenyekui 2014-08-04 11:37:21 +08:00
parent 5c3872ce68
commit ab189ffe40
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ func (c *respClient) handleRequest(reqData [][]byte) {
c.req.resp.writeStatus(OK)
c.req.resp.flush()
c.conn.Close()
return
}
req.db = c.db