mirror of
https://github.com/golang/go
synced 2024-11-21 11:14:40 -07:00
mine/multipart: multipart case missing terminate chars
multipart/form data must be terminated with "--"
This commit is contained in:
parent
f428c7b729
commit
9e5f41d052
@ -159,7 +159,7 @@ Content-Disposition: form-data; name="texta"
|
||||
Content-Type: text/plain
|
||||
|
||||
` + textaValue + `
|
||||
--MyBoundary
|
||||
--MyBoundary--
|
||||
`
|
||||
|
||||
const message = `
|
||||
|
Loading…
Reference in New Issue
Block a user