1
0
mirror of https://github.com/golang/go synced 2024-11-08 12:26:10 -07:00
go/src
Brad Fitzpatrick 4123be4cf6 net/http: enable HTTP/2 support in DefaultTransport
The GODEBUG option remains, for now, but only for turning it off.
We'll decide what to do with it before release.

This CL includes the dependent http2 change (https://golang.org/cl/16692)
in the http2 bundle (h2_bundle.go).

Updates golang/go#6891

Change-Id: If9723ef627c7ba4f7343dc8cb89ca88ef0fbcb10
Reviewed-on: https://go-review.googlesource.com/16693
Reviewed-by: Blake Mizerany <blake.mizerany@gmail.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2015-11-07 13:35:36 +00:00
..
archive archive/tar: detect truncated files 2015-11-06 04:31:26 +00:00
bufio
builtin
bytes
cmd runtime: optimize indexbytebody on amd64 2015-11-06 15:16:28 +00:00
compress compress/flate: improve inflate speed by reading more bits at a time 2015-10-19 00:01:31 +00:00
container
crypto crypto/x509: add /etc/ssl/certs to certificate directories 2015-11-05 02:26:08 +00:00
database/sql database/sql: use RWMutex for driver registration 2015-10-23 04:33:50 +00:00
debug
encoding encoding/xml: check for exported fields in embedded structs 2015-10-26 11:26:11 +00:00
errors
expvar
flag
fmt fmt: Add support for capital '%X' format verb for scanning 2015-10-20 01:08:54 +00:00
go net/http: register HTTP/2 before listening in ListenAndServe 2015-11-04 16:25:18 +00:00
hash
html html/template: include itself while cloning 2015-10-20 23:53:27 +00:00
image
index/suffixarray
internal internal/syscall/unix: eliminate non-trivial randomTrap initializer 2015-11-05 00:09:59 +00:00
io
log log/syslog: disable unix/unixgram tests on android 2015-10-21 17:56:51 +00:00
math math: fix bad shift in Expm1 2015-10-30 22:55:19 +00:00
mime mime: Remove an allocation in word decoding. 2015-10-18 17:31:52 +00:00
net net/http: enable HTTP/2 support in DefaultTransport 2015-11-07 13:35:36 +00:00
os os: reduce allocations in Readdir on unix 2015-10-30 19:47:55 +00:00
path path/filepath: fix EvalSymlinks(".") on windows 2015-11-01 04:45:37 +00:00
reflect reflect: Comment fix 2015-10-27 15:46:29 +00:00
regexp regexp: fix slice bounds out of range panics 2015-10-23 03:30:25 +00:00
runtime runtime: memmove/memclr pointers atomically 2015-11-07 02:42:12 +00:00
sort
strconv
strings strings: add asm version of Index() for short strings on amd64 2015-11-03 16:04:28 +00:00
sync
syscall syscall: allow nacl's fake network code to Listen twice on the same address 2015-11-04 16:03:21 +00:00
testing
text text/template: remove redundant indirect 2015-10-28 02:51:40 +00:00
time
unicode unicode/utf8: added benchmarks 2015-10-26 10:42:38 +00:00
unsafe
vendor/golang.org/x/net/http2/hpack net/http: update copy of http2 2015-10-21 00:28:55 +00:00
all.bash
all.bat
all.rc
androidtest.bash androidtest.bash: set GOARM=7 2015-10-26 15:20:02 +00:00
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash
make.bat
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc