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 48d358f + d474ed4 commit 11922efCopy full SHA for 11922ef
service/http.go
@@ -57,4 +57,5 @@ func IOCopyBytesGracefully(c *gin.Context, src *http.Response, data []byte) {
57
if err != nil {
58
logger.LogError(c, fmt.Sprintf("failed to copy response body: %s", err.Error()))
59
}
60
+ c.Writer.Flush()
61
0 commit comments