[go-nuts] Re: POST multipart/form-data failing when boundary contains equals

2016-11-29 Thread floweredisland
I think I already found the answer here https://github.com/golang/go/issues/8532 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegr

[go-nuts] POST multipart/form-data failing when boundary contains equals

2016-11-29 Thread floweredisland
If I try to parse a POST body request with Content-Type header set as multipart/form-data; boundary1423874274=== with the string ===1423874274=== set as a boundary, doing a net/hhtp ParseMultipartForm or trying to parse the content-type header with a mime ParseMediaType both give the "mime