Maybe file an issue here?:
https://github.com/golang/go/issues

On Friday, 18 May 2018 13:55:00 UTC+1, Sergey Mosalov wrote:
>
> Hi!
> In version 1.9, I had no problem getting the FormValue in http request.
> After upgrading to version Go 1.10 of FormValue is empty. Did I find the 
> error? in module:
> mine/multipart/formdata.go
> *before*:
> _, hasContentTypeHeader := p.Header["Content-Type"]
> if *!*hasContentTypeHeader && filename == ""
> *after*
> _, hasContentTypeHeader := p.Header["Content-Type"]
> if hasContentTypeHeader && filename == ""
> began to work as I need
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to