1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:21:21 -06:00
go/src/pkg/net/http
Brad Fitzpatrick a7c57b05e9 net/http: clarify DefaultTransport docs
Fixes #4281

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/6872053
2012-12-04 20:14:58 -08:00
..
cgi net/http/cgi: another attempt to fix windows tests 2012-11-20 16:24:12 +11:00
fcgi
httptest net/http/httptest: protect against port reuse 2012-11-25 15:23:20 -08:00
httputil net/http, net/http/httputil: fix TestChunkReaderAllocs failure when GOMAXPROCS > 1 2012-11-21 02:18:34 +08:00
pprof
testdata
chunked_test.go net/http, net/http/httputil: fix TestChunkReaderAllocs failure when GOMAXPROCS > 1 2012-11-21 02:18:34 +08:00
chunked.go net/http: remove more garbage from chunk reading 2012-11-19 19:50:42 -08:00
client_test.go net/http: add missing error checking reading trailers 2012-11-13 22:38:25 -08:00
client.go
cookie_test.go
cookie.go
doc.go
example_test.go
export_test.go net/http: fix Transport races & deadlocks 2012-11-26 13:31:02 -08:00
filetransport_test.go
filetransport.go
fs_test.go
fs.go
header_test.go all: set GOMAXPROCS to 1 when counting mallocs 2012-12-01 00:38:01 +08:00
header.go
jar.go
lex_test.go
lex.go
proxy_test.go
range_test.go
readrequest_test.go
request_test.go net/http: clarify that Request.Host may contain a port number 2012-12-04 07:09:01 -08:00
request.go net/http: clarify that Request.Host may contain a port number 2012-12-04 07:09:01 -08:00
requestwrite_test.go
response_test.go
response.go
responsewrite_test.go
serve_test.go
server_test.go
server.go net/http: don't send chunked encoding on 204 responses 2012-11-29 18:00:51 -08:00
sniff_test.go
sniff.go
status.go
transfer_test.go archive/zip, crypto/tls, net/http: Fix print format errors. 2012-11-16 17:24:43 -08:00
transfer.go net/http: add missing error checking reading trailers 2012-11-13 22:38:25 -08:00
transport_test.go net/http: don't send chunked encoding on 204 responses 2012-11-29 18:00:51 -08:00
transport.go net/http: clarify DefaultTransport docs 2012-12-04 20:14:58 -08:00
triv.go