mirror of https://github.com/ledisdb/ledisdb.git
add return statement
This commit is contained in:
parent
5c3872ce68
commit
ab189ffe40
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue