]> Cypherpunks repositories - gostls13.git/commit
net/http: parse CONNECT requests
authorAndrew Balholm <andybalholm@gmail.com>
Wed, 25 Jan 2012 00:42:00 +0000 (11:42 +1100)
committerDavid Symonds <dsymonds@golang.org>
Wed, 25 Jan 2012 00:42:00 +0000 (11:42 +1100)
commitc3b9650caa7715c8961dcb5d7503b90b6dbae7cb
treeaa2f0b1d0c5069b7e8471c72d13b7446e2f36de1
parent03ea8b1c811007bb0c33effb782628e290f914a4
net/http: parse CONNECT requests

Fixes #2755

R=dsymonds, rsc
CC=golang-dev
https://golang.org/cl/5571052
src/pkg/net/http/readrequest_test.go
src/pkg/net/http/request.go