diff options
Diffstat (limited to 'src/net/http/transfer.go')
| -rw-r--r-- | src/net/http/transfer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/http/transfer.go b/src/net/http/transfer.go index 7c7afd7de4..d6f26a709c 100644 --- a/src/net/http/transfer.go +++ b/src/net/http/transfer.go @@ -416,7 +416,7 @@ func (t *transferWriter) doBodyCopy(dst io.Writer, src io.Reader) (n int64, err return } -// unwrapBodyReader unwraps the body's inner reader if it's a +// unwrapBody unwraps the body's inner reader if it's a // nopCloser. This is to ensure that body writes sourced from local // files (*os.File types) are properly optimized. // |
