mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 10:11:23 +02:00
Update stream.go
This commit is contained in:
parent
d9f49cb77a
commit
b44611dda5
@ -92,6 +92,9 @@ func GetStream(c *gin.Context) {
|
||||
}()
|
||||
|
||||
go func() {
|
||||
defer func() {
|
||||
recover()
|
||||
}()
|
||||
<-c.Writer.CloseNotify()
|
||||
rc.Close()
|
||||
}()
|
||||
|
Loading…
Reference in New Issue
Block a user