go/src
Brad Fitzpatrick be855e3f28 net/http: update bundled http2
Updates http2 to x/net/http2 git rev 3d7ac2a5d for:

    http2: fix Server race
    https://golang.org/cl/20704

Fixes #20704

Change-Id: I803288f94a8a462ad0960b0c29c2dfee27b9f1ae
Reviewed-on: https://go-review.googlesource.com/46093
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Tom Bergan <tombergan@google.com>
Reviewed-by: Tom Bergan <tombergan@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-06-19 23:26:32 +00:00
..
archive archive/zip: set utf-8 flag 2017-05-26 17:08:18 +00:00
bufio all: single space after period 2017-06-09 20:29:09 +00:00
builtin builtin: use type aliases for rune and byte 2017-06-07 00:42:59 +00:00
bytes bytes: note that NewBuffer take ownership of its argument 2017-06-02 18:03:36 +00:00
cmd cmd/compile: permit Unicode spaces in (expanded) package paths 2017-06-19 16:59:58 +00:00
compress compress/lzw: don't follow code == hi if last is invalid. 2017-06-08 01:27:37 +00:00
container
context
crypto crypto/x509: support excluded domains in name constraints. 2017-06-13 18:33:29 +00:00
database/sql database/sql: ensure a Stmt from a Conn executes on the same driver.Conn 2017-06-13 19:16:54 +00:00
debug debug/dwarf: heuristically handle both UNIX and Windows paths 2017-05-26 14:35:20 +00:00
encoding encoding: fix endless loop in TestDecoderBuffering 2017-06-16 14:53:17 +00:00
errors
expvar
flag
fmt fmt: remove unnecessary trailing commas in doc.go 2017-06-07 21:00:42 +00:00
go cmd/gofmt, go/printer: fix mis-alignment of comment on one-line function 2017-06-19 17:51:46 +00:00
hash
html html/template: only search identifier nodes for predefined escapers 2017-06-14 16:52:22 +00:00
image image/gif: fix writeImageBlock with SubImages 2017-06-16 05:45:48 +00:00
index/suffixarray
internal internal/poll: implement RawControl of FD on Windows 2017-05-20 00:45:11 +00:00
io
log log/syslog: expand docs a bit to reduce confusion 2017-06-08 20:15:55 +00:00
math math: clarify comment about bit-identical results across architectures 2017-06-06 22:32:34 +00:00
mime mime/multipart: parse boundary with spaces properly 2017-05-23 22:56:44 +00:00
net net/http: update bundled http2 2017-06-19 23:26:32 +00:00
os os: on OpenBSD implement Executable using Args[0] 2017-06-17 03:32:59 +00:00
path path/filepath: fix TestGlobError 2017-06-15 21:53:23 +00:00
plugin
reflect reflect: prevent structs with invalid field name 2017-06-13 21:51:17 +00:00
regexp
runtime runtime: add read/write mutex type 2017-06-19 17:40:38 +00:00
sort all: single space after period 2017-06-09 20:29:09 +00:00
strconv
strings strings: document Split{,N,After,AfterN} edge cases 2017-06-06 15:48:54 +00:00
sync runtime: add read/write mutex type 2017-06-19 17:40:38 +00:00
syscall runtime, syscall: reset signal handlers to default in child 2017-06-14 14:00:56 +00:00
testing testing: clarify -timeout flag 2017-06-15 05:57:29 +00:00
text all: single space after period 2017-06-09 20:29:09 +00:00
time time: remove some redundant equality comparison documentation 2017-06-14 22:00:50 +00:00
unicode unicode: move scripts from FoldCategories to FoldScripts 2017-06-15 01:05:31 +00:00
unsafe
vendor/golang_org/x vendor: update vendored lif 2017-05-29 21:54:12 +00:00
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc