We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f6a46 commit e7c51caCopy full SHA for e7c51ca
src/net/http/request.go
@@ -450,7 +450,7 @@ func (r *Request) Referer() string {
450
451
// multipartByReader is a sentinel value.
452
// Its presence in Request.MultipartForm indicates that parsing of the request
453
-// body has been handed off to a MultipartReader instead of ParseMultipartFrom.
+// body has been handed off to a MultipartReader instead of ParseMultipartForm.
454
var multipartByReader = &multipart.Form{
455
Value: make(map[string][]string),
456
File: make(map[string][]*multipart.FileHeader),
0 commit comments