diff --git a/server/client_http.go b/server/client_http.go index f31c4df..2e36572 100644 --- a/server/client_http.go +++ b/server/client_http.go @@ -89,7 +89,7 @@ func (c *httpClient) makeRequest(app *App, r *http.Request, w http.ResponseWrite args[i] = []byte(arg) } - req.cmd = cmd + req.cmd = strings.ToLower(cmd) req.args = args req.remoteAddr = c.addr(r) req.resp = &httpWriter{contentType, cmd, w}