[go-nuts] Re: Error getting FormValue in MultipartForm http request in Go 1.10

2018-05-18 Thread mosalovsv
answer from github: > Thank you for raising this issue. Unlike many projects on GitHub, the Go > project does not use its bug tracker for general discussion or asking > questions. We only use our bug tracker for tracking bugs and tracking > proposals going through the Proposal Process. пятниц

[go-nuts] Error getting FormValue in MultipartForm http request in Go 1.10

2018-05-18 Thread mosalovsv
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 ==