mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
typo fix
This commit is contained in:
@@ -21,7 +21,7 @@ type StreamWriter func(w *bufio.Writer)
|
||||
//
|
||||
// The returned reader may be passed to Response.SetBodyStream.
|
||||
//
|
||||
// See also Response.SetBodyWriter.
|
||||
// See also Response.SetBodyStreamWriter.
|
||||
func NewStreamReader(sw StreamWriter) io.Reader {
|
||||
pr, pw := io.Pipe()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user