1
0
mirror of https://github.com/golang/go synced 2024-11-19 20:54:39 -07:00
go/src/net/http
David Crawshaw c0d48836ec net/http/cgi: skip fork test on darwin/arm64
Just like darwin/arm.

Change-Id: Ib9a32bb0aed5f08b27de11a93aaf273cacdf5779
Reviewed-on: https://go-review.googlesource.com/8819
Reviewed-by: Minux Ma <minux@golang.org>
2015-04-13 11:51:53 +00:00
..
cgi net/http/cgi: skip fork test on darwin/arm64 2015-04-13 11:51:53 +00:00
cookiejar all: use golang.org/x/... import paths 2014-11-10 09:15:57 +11:00
fcgi net/http/fcgi: fix test 2015-03-02 06:59:29 +00:00
httptest
httputil net/http/httputil: skip TestReverseProxyCancellation on Plan 9 2015-01-10 00:23:04 +00:00
internal
pprof net/http/pprof: Correct body tag in index template 2015-03-19 22:45:34 +00:00
testdata
client_test.go net/http: support for setting trailers from a server Handler 2014-12-30 04:27:17 +00:00
client.go net/http, math/big, cmd/internal/gc/big: replaced errors.New(fmt.Sprintf(...)) in favour fmt.Errorf() 2015-04-06 15:40:34 +00:00
cookie_test.go net/http: use t.Fatalf rather than t.Fatal in cookie_test.go 2014-12-27 23:52:37 +00:00
cookie.go
doc.go
example_test.go
export_test.go net/http: handle close/response race more gracefully 2015-04-09 13:46:50 +00:00
filetransport_test.go
filetransport.go
fs_test.go net/http: ignore the Unix epoch time in ServeContent 2015-03-23 02:16:56 +00:00
fs.go net/http: ignore the Unix epoch time in ServeContent 2015-03-23 02:16:56 +00:00
header_test.go
header.go
http_test.go net/http: support for setting trailers from a server Handler 2014-12-30 04:27:17 +00:00
jar.go
lex_test.go
lex.go
main_test.go net/http: close HTTP response bodies in benchmark 2015-01-28 19:40:59 +00:00
npn_test.go
proxy_test.go net/http: fix test to check that requests to 'localhost' are not proxied 2015-02-10 03:01:30 +00:00
race.go
range_test.go
readrequest_test.go
request_test.go net/http: don't send IPv6 zone identifier in outbound request, per RFC 6874 2015-04-09 09:26:52 +00:00
request.go net/http: don't send IPv6 zone identifier in outbound request, per RFC 6874 2015-04-09 09:26:52 +00:00
requestwrite_test.go net/http: don't send IPv6 zone identifier in outbound request, per RFC 6874 2015-04-09 09:26:52 +00:00
response_test.go
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 all: don't refer to code.google.com/p/go{,-wiki}/ 2015-02-06 14:41:47 +00:00
server.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00: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 bufio: add Reader.Discard 2015-01-07 06:37:57 +00:00
transport_test.go net/http: handle close/response race more gracefully 2015-04-09 13:46:50 +00:00
transport.go net/http: handle close/response race more gracefully 2015-04-09 13:46:50 +00:00
triv.go