]> Cypherpunks repositories - gostls13.git/commit
net/http: remove warning when parsing a query containing a semicolon
authorDamien Neil <dneil@google.com>
Wed, 22 Feb 2023 16:42:37 +0000 (08:42 -0800)
committerDamien Neil <dneil@google.com>
Wed, 22 Feb 2023 21:08:59 +0000 (21:08 +0000)
commit133e0bca0be23980604ee98589ddcacdb1262afd
tree41e274bd5d5f274364a9352433d040dd38db9dfb
parent4304529a16774719687ff09f18a04e27aa8894c2
net/http: remove warning when parsing a query containing a semicolon

It's been years since the behavior here was changed, and there's
little point in continuing to warn users of it.

Fixes #49399

Change-Id: I95f64ca14cacb64ebe78296593b1cc3d837e6b77
Reviewed-on: https://go-review.googlesource.com/c/go/+/470315
Run-TryBot: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/net/http/serve_test.go
src/net/http/server.go