diff --git a/service/http.go b/service/http.go index 7bd54c4ac..f80f2c350 100644 --- a/service/http.go +++ b/service/http.go @@ -57,4 +57,5 @@ func IOCopyBytesGracefully(c *gin.Context, src *http.Response, data []byte) { if err != nil { logger.LogError(c, fmt.Sprintf("failed to copy response body: %s", err.Error())) } + c.Writer.Flush() }