mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 11:20:24 +00:00
converted stream reader to io.ReadCloser
This commit is contained in:
@@ -99,7 +99,7 @@ func GetStream2(c *gin.Context) {
|
||||
|
||||
go func() {
|
||||
<-c.Writer.CloseNotify()
|
||||
// rc.Close()
|
||||
rc.Close()
|
||||
}()
|
||||
|
||||
var line int
|
||||
|
Reference in New Issue
Block a user