Don't return error on signal exit
This commit is contained in:
parent
5bece94509
commit
02b31c9dc8
1 changed files with 1 additions and 1 deletions
|
@ -1086,7 +1086,7 @@ func Serve(ln net.Listener) error {
|
|||
return err
|
||||
}
|
||||
<-ctx.Done()
|
||||
return err
|
||||
return nil
|
||||
}
|
||||
|
||||
func waitForStream(c *gin.Context, ch chan interface{}) {
|
||||
|
|
Loading…
Reference in a new issue