1
0
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:
pgxiaolianzi 2024-08-05 17:24:40 +08:00 committed by GitHub
parent f428c7b729
commit 9e5f41d052
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,7 +159,7 @@ Content-Disposition: form-data; name="texta"
Content-Type: text/plain
` + textaValue + `
--MyBoundary
--MyBoundary--
`
const message = `