1
0
mirror of https://github.com/golang/go synced 2024-10-04 17:21:20 -06:00
go/src/net/http
Brad Fitzpatrick 8476d4cf29 net/http: document Response.Body Read+Close interaction with keep-alive
Fixes #5645

Change-Id: Ifb46d6faf7ac838792920f6fe00912947478e761
Reviewed-on: https://go-review.googlesource.com/1531
Reviewed-by: David Symonds <dsymonds@golang.org>
2014-12-13 10:18:18 +00:00
..
cgi
cookiejar all: use golang.org/x/... import paths 2014-11-10 09:15:57 +11:00
fcgi
httptest
httputil net/http/httputil: ensure DumpRequestOut dumps all of Body 2014-09-30 12:09:34 -07:00
internal
pprof net/http/pprof: run GC for /debug/pprof/heap?gc=1 2014-10-24 10:58:13 -04:00
testdata
client_test.go net/http: fix authentication info leakage in Referer header (potential security risk) 2014-10-07 07:13:42 -07:00
client.go net/http: fix authentication info leakage in Referer header (potential security risk) 2014-10-07 07:13:42 -07:00
cookie_test.go net/http: allow double-quotes only on cookie values, not cookie 2014-09-25 10:21:52 +10:00
cookie.go net/http: allow double-quotes only on cookie values, not cookie 2014-09-25 10:21:52 +10:00
doc.go
example_test.go
export_test.go net/http: fix authentication info leakage in Referer header (potential security risk) 2014-10-07 07:13:42 -07:00
filetransport_test.go
filetransport.go
fs_test.go
fs.go net/http: add comment to clarify whether Dir is '/' or '\'. 2014-11-14 11:43:01 +11:00
header_test.go
header.go
jar.go
lex_test.go
lex.go
main_test.go net/http: add missing newline in list of leaked goroutines 2014-10-31 10:20:36 -07:00
npn_test.go
proxy_test.go
race.go
range_test.go
readrequest_test.go
request_test.go
request.go net/http: clarify Request.FormValue docs 2014-09-29 13:42:33 -07:00
requestwrite_test.go
response_test.go net/http: don't send implicit gzip Accept-Encoding on Range requests 2014-10-15 17:51:30 +02:00
response.go net/http: document Response.Body Read+Close interaction with keep-alive 2014-12-13 10:18:18 +00:00
responsewrite_test.go
serve_test.go net/http: fix benchmark goroutine leak 2014-11-08 15:13:28 -03:00
server.go net/http: don't reuse a server connection after any Write errors 2014-10-15 17:51:12 +02:00
sniff_test.go
sniff.go net/http: avoid some allocations in DetectContentType 2014-12-09 02:00:09 +00:00
status.go
transfer_test.go
transfer.go
transport_test.go net/http: don't send implicit gzip Accept-Encoding on Range requests 2014-10-15 17:51:30 +02:00
transport.go net/http: fix timer leak in Transport when using ResponseHeaderTimeout 2014-12-13 07:48:24 +00:00
triv.go