]> Cypherpunks repositories - gostls13.git/commit
net/http: fix a long test after CL 185117
authorDaniel Martí <mvdan@mvdan.cc>
Wed, 28 Aug 2019 13:50:31 +0000 (15:50 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Wed, 28 Aug 2019 14:02:41 +0000 (14:02 +0000)
commit81fde0c9418a057ea83f9c7c286d866bd20cf692
tree074af5c7207a831e8fd054b5bec9367c4f8a236f
parent372b0eed175b88ba2654607b05a36416f08c4cea
net/http: fix a long test after CL 185117

The net/url error in question now quotes the URL, so update the expected
output string.

While at it, also update a comment in httputil, though that doesn't
affect any test.

Fixes #33910.

Change-Id: I0981f528b24337c2952ef60c0db3b7ff72d72110
Reviewed-on: https://go-review.googlesource.com/c/go/+/192078
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/httputil/reverseproxy_test.go
src/net/http/transport_test.go