mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-15 21:06:39 +08:00
docs: improve ambiguous comment in c.Stream
This commit is contained in:
parent
eac2daac64
commit
4d47c2afd7
@ -1072,7 +1072,9 @@ func (c *Context) SSEvent(name string, message any) {
|
||||
}
|
||||
|
||||
// Stream sends a streaming response and returns a boolean
|
||||
// indicates "Is client disconnected in middle of stream"
|
||||
// indicates "Will the client be connected in middle of stream"
|
||||
// i.e. if return true, the client will keep connected
|
||||
// if return false, the client will be disconnected
|
||||
func (c *Context) Stream(step func(w io.Writer) bool) bool {
|
||||
w := c.Writer
|
||||
clientGone := w.CloseNotify()
|
||||
|
Loading…
x
Reference in New Issue
Block a user