]> Cypherpunks repositories - gostls13.git/commit
Revert "net/http: remove superfluous newline on redirects"
authorRuss Cox <rsc@golang.org>
Thu, 14 Mar 2024 13:55:01 +0000 (13:55 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 14 Mar 2024 14:18:44 +0000 (14:18 +0000)
commit303aa921c59017b521c9f077a8bd6687a2d81465
treefac097c1c98f7b6a383b7c5fce8ad35dafa74092
parent2965dc989530e1f52d80408503be24ad2582871b
Revert "net/http: remove superfluous newline on redirects"

This reverts commit 2b58355ef624239dbe32185dc8dfc9d1074615c6.

Reason for revert: This breaks tons of tests for no real reason.

Change-Id: I89773f48cf983c0b6346e46c37a0ebbe2620e3b4
Reviewed-on: https://go-review.googlesource.com/c/go/+/571675
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/net/http/serve_test.go
src/net/http/server.go