Skip to content

how to disable golang.org/issue/25192 message? #1875

@Akira0215

Description

@Akira0215

my url == http://127.0.0.1:8879/test?cmd=2330,0;

func main() {
appIris := iris.New()
appIris.Get("/test", func(ctx iris.Context) {
testParam(ctx)
})
appIris.Run(iris.Addr(8879) /* 0.*/, iris.WithPostMaxMemory(maxSize))
}

func testParam(ctx iris.Context) {
fmt.Println("testParam : ", ctx.Request().URL.RawQuery)
}

always show message
[HTTP Server] http: URL query contains semicolon, which is no longer a supported separator; parts of the query may be stripped when parsed; see golang.org/issue/25192

need to fix or disable it

thanks ~

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions