]> Cypherpunks repositories - gostls13.git/commit
Switch http client_test to use google.com/robots.txt to avoid redirect loop.
authorDavid Symonds <dsymonds@golang.org>
Thu, 11 Jun 2009 22:55:03 +0000 (15:55 -0700)
committerDavid Symonds <dsymonds@golang.org>
Thu, 11 Jun 2009 22:55:03 +0000 (15:55 -0700)
commitcbd00921737ccf6fd3c3ea0168649c558d0ba5f5
treec508648a859f8e968ce71c9a1a5bca0b08bb5384
parent61d6ad317856c85987b146ef6f65d0dd913f7bfa
Switch http client_test to use google.com/robots.txt to avoid redirect loop.

www.google.com seems to be redirecting requests in an infinite loop. I haven't tracked down whether it's their code or this code that is causing it. This is just a quick fix so that this test passes.

APPROVED=r
DELTA=4  (0 added, 0 deleted, 4 changed)
OCL=30178
CL=30210
src/pkg/http/client_test.go