We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb24dfd + 06791b4 commit fc25d80Copy full SHA for fc25d80
server/comms.go
@@ -485,6 +485,7 @@ func send_client_messages(server_obj *Server) http.Handler {
485
486
message_info, err := server_obj.Decrypt(req.Context(), body)
487
if err != nil {
488
+ server_obj.Error("Unable to decrypt body from %v: %v", req.RemoteAddr, err)
489
// Just plain reject with a 403.
490
http.Error(w, "", http.StatusForbidden)
491
return
0 commit comments