]> Cypherpunks repositories - gostls13.git/commit
net/http: revert CL 43779
authorEmmanuel Odeke <emm.odeke@gmail.com>
Thu, 25 May 2017 01:36:41 +0000 (19:36 -0600)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 25 May 2017 01:55:18 +0000 (01:55 +0000)
commita9d8d4df616dc570e443d82bdc6d06a94a3c4ffd
treef5c15d86321cd7c20af3d7355be8708b4ddb75ee
parent00e6b34fed7991e560f99c7b92f6bd1bacbe9a75
net/http: revert CL 43779

CL 43779/commit 6a6c792eef55eded7fb3165a330ec2b239b83960
broke the builds at tip, and that CL doesn't account for
cases where Redirect is directly invoked with a full URL
that itself has a query string.

Updates #17841

Change-Id: Idb0486bae8625e1f9e033ca4cfcd87de95bc835c
Reviewed-on: https://go-review.googlesource.com/44100
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/serve_test.go
src/net/http/server.go