]> Cypherpunks repositories - gostls13.git/commit
http: fix transport crash when request URL is nil
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 11 Mar 2011 17:54:31 +0000 (09:54 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 11 Mar 2011 17:54:31 +0000 (09:54 -0800)
commit9554e67188f222c8cf45b7521c8e5830881e4aff
tree82a9e77355d038d798918137ecbd172b9e550aca
parente6c9bccd33581bbe8ec291f6c9a7ef608e5e0861
http: fix transport crash when request URL is nil

Fixes #1602

R=rsc, petar-m
CC=golang-dev
https://golang.org/cl/4284043
src/pkg/http/transport.go
src/pkg/http/transport_test.go [new file with mode: 0644]