]> Cypherpunks repositories - gostls13.git/commit
mime/multipart: quote boundary in Content-Type if necessary
authorIan Lance Taylor <iant@golang.org>
Thu, 13 Dec 2018 23:23:35 +0000 (15:23 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 13 Dec 2018 23:58:06 +0000 (23:58 +0000)
commita6293995c55659f51e0662e7656f395633c99b5b
tree063372cbcd6005b23f0f7ce5ff6a7613b798f4af
parent784d810976e6fce946d8202b19f3e3c33beb89a2
mime/multipart: quote boundary in Content-Type if necessary

Fixes #26532

Change-Id: Ic086c90503c7b24982f947c828c7ccf016ddbf69
Reviewed-on: https://go-review.googlesource.com/c/154120
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/mime/multipart/writer.go
src/mime/multipart/writer_test.go