1
0
mirror of https://github.com/golang/go synced 2024-11-19 10:24:43 -07:00
go/src/net/http
Russ Cox b0eeb8b0aa net/http/pprof: accept fractional seconds in trace handler
For heavily loaded servers, even 1 second of trace is too large
to process with the trace viewer; using a float64 here allows
fetching /debug/pprof/trace?seconds=0.1.

Change-Id: I286c07abf04f9c1fe594b0e26799bf37f5c734db
Reviewed-on: https://go-review.googlesource.com/21455
Reviewed-by: Austin Clements <austin@google.com>
2016-04-11 14:29:10 +00:00
..
cgi net/http/cgi: allow CGI host to configure where child's stderr goes 2016-03-29 06:57:05 +00:00
cookiejar all: replace magic 0x80 with named constant utf8.RuneSelf 2016-04-10 15:15:57 +00:00
fcgi all: delete dead non-test code 2016-03-25 06:28:13 +00:00
httptest net/http: fixed trivial go vet warnings 2016-04-08 04:53:16 +00:00
httputil net/http/httputil: DumpRequest dumps Content-Length if set in header 2016-04-09 23:36:28 +00:00
internal net/http: check max size of HTTP chunks 2016-01-25 20:46:45 +00:00
pprof net/http/pprof: accept fractional seconds in trace handler 2016-04-11 14:29:10 +00:00
testdata
client_test.go net/http: fixed trivial go vet warnings 2016-04-08 04:53:16 +00:00
client.go net/http: keep request context during Client redirects 2016-04-06 03:20:35 +00:00
clientserver_test.go net/http: zero pad Response status codes to three digits 2016-04-05 05:57:00 +00:00
cookie_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
cookie.go all: fix typos and spelling 2016-02-24 18:42:29 +00:00
doc.go net/http: document GODEBUG settings, update bundled http2 2016-01-08 00:56:28 +00:00
example_test.go
export_test.go all: delete dead test code 2016-03-21 07:10:08 +00:00
filetransport_test.go
filetransport.go all: single space after period. 2016-03-02 00:13:47 +00:00
fs_test.go net/http: redirect if the URL path is a dir & doesn't end in a slash 2016-03-24 02:30:19 +00:00
fs.go net/http: redirect if the URL path is a dir & doesn't end in a slash 2016-03-24 02:30:19 +00:00
h2_bundle.go net/http: update bundled http2 2016-04-01 00:47:29 +00:00
header_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
header.go all: single space after period. 2016-03-02 00:13:47 +00:00
http_test.go net/http, internal/testenv: find go binary in PATH 2016-03-22 02:02:23 +00:00
http.go net/http: limit Transport's reading of response header bytes from servers 2016-04-01 00:47:25 +00:00
jar.go
lex_test.go
lex.go net/http: validate transmitted header fields 2016-03-31 04:55:58 +00:00
main_test.go net, runtime: skip flaky tests on OpenBSD 2016-04-06 19:28:24 +00:00
method.go net/http: add method constants 2015-11-13 10:12:46 +00:00
npn_test.go
proxy_test.go
race.go
range_test.go
readrequest_test.go net/http: allow Handlers to handle http2 upgrade PRI requests 2016-03-31 06:12:36 +00:00
request_test.go net/http: make ParseMultipartForm also populate Request.PostForm 2016-03-12 19:01:47 +00:00
request.go net/http: set the Request context for incoming server requests 2016-04-11 02:17:22 +00:00
requestwrite_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
response_test.go net/http: add Request.Context and Request.WithContext 2016-04-05 03:14:38 +00:00
response.go net/http: zero pad Response status codes to three digits 2016-04-05 05:57:00 +00:00
responsewrite_test.go net/http: zero pad Response status codes to three digits 2016-04-05 05:57:00 +00:00
serve_test.go net/http: set the Request context for incoming server requests 2016-04-11 02:17:22 +00:00
server.go net/http: set the Request context for incoming server requests 2016-04-11 02:17:22 +00:00
sniff_test.go net/http: add more audio/video mime sniffing 2016-03-26 08:58:57 +00:00
sniff.go net/http: add more audio/video mime sniffing 2016-03-26 08:58:57 +00:00
status.go net/http: add new HTTP 451 status code, Unavailable For Legal Reasons. 2015-12-22 02:14:22 +00:00
transfer_test.go
transfer.go all: single space after period. 2016-03-02 00:13:47 +00:00
transport_test.go net, runtime: skip flaky tests on OpenBSD 2016-04-06 19:28:24 +00:00
transport.go net/http: add Request.Context and Request.WithContext 2016-04-05 03:14:38 +00:00
triv.go net/http: document that [ListenAnd]Serve always returns a non-nil error 2015-08-20 12:13:41 +00:00