mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-26 17:46:34 +03:00
Spelling fix
This commit is contained in:
@@ -649,7 +649,7 @@ func (ctx *RequestCtx) ResetBody() {
|
||||
ctx.Response.ResetBody()
|
||||
}
|
||||
|
||||
// SendFile sends local file contents from given path as response body.
|
||||
// SendFile sends local file contents from the given path as response body.
|
||||
//
|
||||
// Note that SendFile doesn't set Content-Type for the response body,
|
||||
// so set it yourself with SetContentType() before returning
|
||||
|
||||
Reference in New Issue
Block a user