Merge e59a68deb76f9177412b8f89f2522af9348366d1 into 077a2f39c85700ba0823f85ed29cec0c8f2cbdfc

This commit is contained in:
dot5enko 2025-08-19 11:31:47 +03:00 committed by GitHub
commit 6cb9b2f50d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1087,7 +1087,7 @@ func (c *Context) Render(code int, r render.Render) {
if err := r.Render(c.Writer); err != nil {
// Pushing error to c.Errors
_ = c.Error(err)
c.Abort()
c.AbortWithStatus(500)
}
}