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

2018-05-18 Thread Steven Hartland
Actually looks like its already fixed: https://github.com/golang/go/issues/24041 https://github.com/golang/go/commit/f69ad10377b1817e3db57851226a23973caa584e On 18/05/2018 13:06, mosalo...@gmail.com wrote: Hi! In version 1.9, I had no problem getting the FormValue in http request. After upgradin

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

2018-05-18 Thread Steven Hartland
Do you have a little reproduction case you can put on playground? On 18/05/2018 13:06, mosalo...@gmail.com 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/multipar

[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 ==