mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
commit
220e417b57
@ -181,7 +181,7 @@ func (h httpHandler) ServeHTTP(rw http.ResponseWriter, r *http.Request) {
|
||||
|
||||
b, err = processImage(b, procOpt)
|
||||
if err != nil {
|
||||
respondWithError(rw, 500, err, "Error occured while processing image")
|
||||
respondWithError(rw, 500, err, "Error occurred while processing image")
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user