1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:11:20 -06:00
go/src
Brad Fitzpatrick f77f22b2bf net/http: update bundled x/net/http2
Updates x/net/http2 to git rev 96dbb961 for golang.org/cl/23002

Fixes #15366
Updates #15134 (server part remains)

Change-Id: I29336e624706f906b754da66381a620ae3293c6c
Reviewed-on: https://go-review.googlesource.com/23003
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Andrew Gerrand <adg@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-05-10 18:45:04 +00:00
..
archive archive/tar: centralize all information about tar header format 2016-05-06 00:57:22 +00:00
bufio all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
builtin
bytes all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
cmd cmd/compile: document -l in godoc 2016-05-09 19:06:53 +00:00
compress compress: update documentation regarding footer verification 2016-05-09 19:19:24 +00:00
container container/heap: correct number of elements in BenchmarkDup 2016-04-20 15:26:05 +00:00
context context: use https in docs 2016-05-05 18:31:23 +00:00
crypto crypto/sha1: disable crashing AVX2 optimizations for now 2016-05-10 16:44:53 +00:00
database/sql database/sql: clone data for named []byte types 2016-04-30 18:40:36 +00:00
debug cmd/compile: add -linkobj flag to allow writing object file in two parts 2016-05-09 17:31:45 +00:00
encoding encoding/json: support maps with integer keys 2016-05-10 03:53:12 +00:00
errors
expvar
flag flag: update test case (fix build) 2016-04-21 23:17:18 +00:00
fmt fmt: remove extra space in doc for compound objects 2016-04-17 20:07:32 +00:00
go go/internal/gccgoimporter: remove workaround on Plan 9 2016-05-10 06:05:48 +00:00
hash hash/crc32: use vector instructions on s390x 2016-04-22 18:07:15 +00:00
html html/template, text/template: clarify Parse{Files,Glob} semantics 2016-04-22 02:01:54 +00:00
image image/gif: accept an out-of-bounds transparent color index. 2016-04-29 00:01:22 +00:00
index/suffixarray
internal net: ignore network failures on some builders 2016-05-06 17:24:09 +00:00
io all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
log
math all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
mime
net net/http: update bundled x/net/http2 2016-05-10 18:45:04 +00:00
os os: enable TestGetppid on Plan 9 2016-05-10 03:59:40 +00:00
path
reflect reflect: make Field panic when out of bounds, as documented 2016-05-10 15:16:33 +00:00
regexp all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
runtime runtime: fix some out of date comments in bitmap code 2016-05-09 19:24:48 +00:00
sort
strconv strconv: fix ParseFloat for special forms of zero values 2016-04-19 22:39:43 +00:00
strings all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
sync cmd/vet: check sync.* types' copying 2016-05-06 16:43:51 +00:00
syscall syscall,os,net: don't use ForkLock in plan9 2016-05-06 16:43:07 +00:00
testing Revert "testing/quick: generate more map and slice states" 2016-05-06 18:25:28 +00:00
text html/template, text/template: clarify Parse{Files,Glob} semantics 2016-04-22 02:01:54 +00:00
time time: don't depend on the io package 2016-05-09 20:31:47 +00:00
unicode unicode: improve SimpleFold performance for ascii 2016-04-26 21:59:50 +00:00
unsafe
vendor/golang.org/x/net/http2/hpack
all.bash
all.bat
all.rc
androidtest.bash all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bootstrap.bash all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash cmd/compile: switch to compact export format by default 2016-04-27 16:59:55 +00:00
iostest.bash
make.bash
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
race.bash
race.bat
run.bash
run.bat
run.rc