Closed
Description
At line 183 of echo.go. The code strings.HasPrefix(ct, ApplicationJSON)
always return false,if my content-type is application/json
. I think it's the ApplcationJson = "application/json; charset=utf-8"
at line 94 cause it.And ifound the old version's ApplicationJson is "application/json"
,why change it?