so many bugs

master
eater 5 years ago
parent 0ace13e75f
commit f84cbadf2e
Signed by: eater
GPG Key ID: 656785D50BE51C0A

@ -207,7 +207,7 @@ func (it *httpServer) verifyRequest(r *http.Request, v interface{}) (error) {
return err
}
body := make([]byte, len(encBody))
body = make([]byte, len(encBody))
cipher.Decrypt(body, encBody)
err = json.Unmarshal(body, v)

Loading…
Cancel
Save