]> Cypherpunks repositories - gostls13.git/commit
http: cleaned up HEAD request method.
authorPadraig Kitterick <padraigkitterick@gmail.com>
Mon, 21 Feb 2011 23:40:37 +0000 (10:40 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 21 Feb 2011 23:40:37 +0000 (10:40 +1100)
commit1f39ed8a2debe6620d345f0a138af23c4e5c5a47
tree78f5384f60f6da52ab534a2bbd430c17ae5e08dc
parentc010b0e846d0055f87643373bab484f0d5923173
http: cleaned up HEAD request method.

Removed a redefinition of the request URL which is never used and
redundant checking of the return value from send().

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/4184061
src/pkg/http/client.go