- 19 Mar, 2018 2 commits
-
-
Mikio Hara authored
Updates golang/go#24440. Change-Id: Ic56bb1add57831d6c94f148d209417be5aa22cb2 Reviewed-on: https://go-review.googlesource.com/63996 Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
Mikio Hara authored
This change reorganizes the existing test cases for supporting new messages and extension in upcoming CLs. It also renames ping_test.go to diag_test.go for clarification. Updates golang/go#24440. Change-Id: I5753a2ddbe76423d996a37f583fcf32b65d380e9 Reviewed-on: https://go-review.googlesource.com/63995Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
- 17 Mar, 2018 1 commit
-
-
Ian Gudger authored
Updates golang/go#10622 Change-Id: Iadf0ff0fd223a315130941464040aef5e71f6130 Reviewed-on: https://go-review.googlesource.com/100055 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com>
-
- 14 Mar, 2018 1 commit
-
-
Andrew Bonventre authored
Updates golang/go#24185 Change-Id: Ifbd5b9c8c8bb11635c49a390a8deda8bfed8e849 Reviewed-on: https://go-review.googlesource.com/100685Reviewed-by: Ian Lance Taylor <iant@golang.org>
-
- 13 Mar, 2018 2 commits
-
-
Ian Gudger authored
Previously, we only accepted a single string for TXT records and then chunked it into 255 byte segments. This is wrong. TXT records are a sequence of strings, each up to 255 bytes. Updates golang/go#24288 Change-Id: Ib2c085ec127ccecf0c7bda930100b667cabc1f4b Reviewed-on: https://go-review.googlesource.com/100196Reviewed-by: Matthew Dempsky <mdempsky@google.com> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
-
Mikio Hara authored
Fixes golang/go#24346 Change-Id: I6b32d79135c0843d62425f4cc4c18f5a0eb9efd3 Reviewed-on: https://go-review.googlesource.com/100155Reviewed-by: Ian Lance Taylor <iant@golang.org>
-
- 11 Mar, 2018 1 commit
-
-
namusyaka authored
CL generated mechanically with github.com/mdempsky/unconvert. Change-Id: I22eea0b991462dd00f3fa28073a8b886e19bc068 Reviewed-on: https://go-review.googlesource.com/100095 Run-TryBot: Kunpei Sakai <namusyaka@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
-
- 08 Mar, 2018 1 commit
-
-
David Howden authored
This change protects fields mutated by Trace methods with a mutex. In particular it fixes races caused by concurrent calls to IsError, and viewing active traces in /debug/requests. Includes changes from CL/67730. Updates golang/go#24231 Change-Id: I07db54c2642efe0ea0e3ffeb54ec796ae51e70ef Reviewed-on: https://go-review.googlesource.com/98535 Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
-
- 07 Mar, 2018 1 commit
-
-
Brad Fitzpatrick authored
So https://http2.golang.org/reqinfo has a RemoteAddr of the client's actual IP address. Change-Id: I9db52b2f451ad937d013dd78078e4228e732ffe0 Reviewed-on: https://go-review.googlesource.com/99235Reviewed-by: David Anderson <danderson@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
- 06 Mar, 2018 1 commit
-
-
Ian Gudger authored
Updates golang/go#16218 Change-Id: I078395a8c3967c2ac6a6e86f1528a431346b8ff4 Reviewed-on: https://go-review.googlesource.com/98755Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
-
- 01 Mar, 2018 1 commit
-
-
Ian Gudger authored
The new appending behavior is required for an efficient DNS client. (*Builder).Start was intended to append, but didn't. This was a mistake (all tests and examples assumed that it did). In addition, message compression when appending has been fixed. Updates golang/go#16218 Change-Id: I3f42aa6e653e2990fa90368a2803e588ea15b85a Reviewed-on: https://go-review.googlesource.com/97716Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
-
- 18 Feb, 2018 1 commit
-
-
namusyaka authored
Change-Id: I5dc9a8fa647ccb34caae9a1342012cb36d1fcc22 Reviewed-on: https://go-review.googlesource.com/94975Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
- 16 Feb, 2018 2 commits
-
-
namusyaka authored
See https://html.spec.whatwg.org/multipage/parsing.html#the-list-of-active-formatting-elements Updates golang/go#23071 Change-Id: I015c394ed34d721e9e4a4d3e797d06d750c1864e Reviewed-on: https://go-review.googlesource.com/94837Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
namusyaka authored
Updates golang/go#23071 See https://html.spec.whatwg.org/multipage/ Change-Id: I1bde6e07ae9270ba7b320474b9bec8ec09a79f16 Reviewed-on: https://go-review.googlesource.com/94355Reviewed-by: Nigel Tao <nigeltao@golang.org>
-
- 15 Feb, 2018 1 commit
-
-
David Url authored
Replace references to the obsoleted RFC 2616 with references to RFC 7230 through 7235, to avoid unnecessary confusion. Updates golang/go#21974 Change-Id: Idbe3e73199f0bef9dbdbe1b75c39382799cd646c Reviewed-on: https://go-review.googlesource.com/94555Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
-
- 08 Feb, 2018 1 commit
-
-
Nigel Tao authored
Update the list to revision 0f3b07d9aab6d6c9fe74990af98316468d40f488 (2018-01-25T09:22:16Z). Change-Id: I3a41aeef98e1245cfd7f7fa5958f986ff313e65a Reviewed-on: https://go-review.googlesource.com/91836Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
- 02 Feb, 2018 1 commit
-
-
Lorenz Bauer authored
We mustn't use data from p.header to pre-allocate slices for Message.Question, etc. Otherwise an attacker can force the allocation of several MiB per parsed message, which can lead to a DoS via putting pressure on the GC. Fixes golang/go#23214 Change-Id: I6c99577f625b08331b438533adb6b8167bcd1ec5 Reviewed-on: https://go-review.googlesource.com/85135Reviewed-by: Ian Gudger <igudger@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
- 01 Feb, 2018 3 commits
-
-
Brad Fitzpatrick authored
Change-Id: I1cdb799ce509f94e3541bf3e94cb75b3797269f6 Reviewed-on: https://go-review.googlesource.com/91517Reviewed-by: Andrew Bonventre <andybons@golang.org>
-
Brad Fitzpatrick authored
This makes HTTP challenges work on https://http2.golang.org/ since LetsEncrypted disabled the TLS-SNI challenges. Also, move it from a systemd unit on CoreOS to GKE. Updates golang/go#23627 Fixes golang/go#23034 Change-Id: Id8348e9e56ab43e277f1e12d563fd8fc490d6211 Reviewed-on: https://go-review.googlesource.com/91495Reviewed-by: Andrew Bonventre <andybons@golang.org>
-
Nigel Tao authored
Fixes golang/go#23507 Change-Id: Id39b28f211dfdb6a5464752b8b62e2528b46286b Reviewed-on: https://go-review.googlesource.com/91315Reviewed-by: David Symonds <dsymonds@golang.org>
-
- 24 Jan, 2018 1 commit
-
-
Kevin Burke authored
iana.org, www.iana.org and data.iana.org all present a valid TLS certificate, so let's use it when fetching data to avoid errors in transit. Change-Id: I1f295442d24a221fe2b722c4782dceee38b960ec Reviewed-on: https://go-review.googlesource.com/89415Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
- 12 Jan, 2018 1 commit
-
-
Nigel Tao authored
Change-Id: I39359b5fa52faf5b69005ba47b58be3beec16c4e Reviewed-on: https://go-review.googlesource.com/87515Reviewed-by: David Symonds <dsymonds@golang.org>
-
- 10 Jan, 2018 1 commit
-
-
Brad Fitzpatrick authored
In a given program there may be two separate copies of ErrNoCachedConn: the h2_bundle.go version in net/http, and the user's golang.org/x/net/http2 version. We need to be able to detect either in net/http. This CL adds a function to report whether an error value represents that type of error, and then a subsequent CL to net/http will use it instead of ==. Updates golang/go#22091 Change-Id: I86f1e20704eee29b8980707b700d7a290107dfd4 Reviewed-on: https://go-review.googlesource.com/87297Reviewed-by: Tom Bergan <tombergan@google.com>
-
- 08 Jan, 2018 1 commit
-
-
Mikio Hara authored
s/packet/message/g Change-Id: I2adf809bb4b90e78cf894e4cb6832c117042deb7 Reviewed-on: https://go-review.googlesource.com/65830 Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Gudger <igudger@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
- 05 Jan, 2018 1 commit
-
-
Brad Fitzpatrick authored
Tests will be in net/http in a separate CL. Updates golang/go#23010 Change-Id: I91a6875b9a59b33a3c669e73dd6632ac523eb9f6 Reviewed-on: https://go-review.googlesource.com/86255Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
-
- 12 Dec, 2017 1 commit
-
-
Mikio Hara authored
Change-Id: Ic4e0dc9ef27522606061e2ab212a9d6b2b40dd64 Reviewed-on: https://go-review.googlesource.com/83435 Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
- 07 Dec, 2017 7 commits
-
-
Mikio Hara authored
This reverts commit 5c0ad186. Change-Id: I1b6fac0f88816f4464e732d2f8a3d5510decb255 Reviewed-on: https://go-review.googlesource.com/82697Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
-
Mikio Hara authored
This reverts commit eb818ae5. Change-Id: I2034119c7a512c7ceffa72e837e4bed3ff01ed8d Reviewed-on: https://go-review.googlesource.com/82696Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
-
Mikio Hara authored
This reverts commit a0df0836. Change-Id: Iec23fd267fd74470dbc827aa6422c6e598b6e86c Reviewed-on: https://go-review.googlesource.com/82695Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
-
Mikio Hara authored
Change-Id: I21ec68eef6cf14e0ff30b437d717d46e1dc9fea5 Reviewed-on: https://go-review.googlesource.com/82456 Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
Mikio Hara authored
Change-Id: Ide52e52d6859378bc12bb97081f63d657cb2a76f Reviewed-on: https://go-review.googlesource.com/82455 Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
Mikio Hara authored
Change-Id: I7c88abdd74effca1cd8dd72970f0bee914e82fc2 Reviewed-on: https://go-review.googlesource.com/82457 Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
Mikio Hara authored
Fixes golang/go#22301. Change-Id: I29f4f8806e10aad59cf7f984fd346acc216b0fd0 Reviewed-on: https://go-review.googlesource.com/79855 Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
- 29 Nov, 2017 1 commit
-
-
Brad Fitzpatrick authored
Updates golang/go#22927 Change-Id: I813b9ba92f9dd7e517385dc95df20691efee01a6 Reviewed-on: https://go-review.googlesource.com/80755Reviewed-by: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
- 28 Nov, 2017 5 commits
-
-
Tom Bergan authored
That test makes a request with no body and receives a response with no body. The client will receive a HEADERS frame with END_STREAM. The test assumes that the stream is closed immediately on receipt of that HEADERS frame, i.e., before RoundTrip returns. This assumption was broken by https://golang.org/cl/70510, which made stream closure asynchronous w.r.t. RoundTrip. To fix TestCloseIdleConnections_h2 while preserving the intent of CL 70510, we break processHeaders into two cases: 1. The request has a body. In this case, END_STREAM puts the stream in a half-closed-remote state, which means the connection is not necessarily idle when RoundTrip returns (since the request body is still being uploaded). In this case, we preserve the behavior from CL 70510. 2. The request does not have a body. In this case, END_STREAM puts the stream in a closed state and we must close the stream before returning from RoundTrip. The following command passes when this CL is merged into net/http: go test -count=100000 -run=TestCloseIdleConnections_h2 net/http Updates golang/go#22413 Change-Id: Iff2a0685a636ad51bff380e86a42b0d0eea984e5 Reviewed-on: https://go-review.googlesource.com/80139 Run-TryBot: Tom Bergan <tombergan@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
Gregory Man authored
In invalid response tests logger write error messages to stderr and spam test output. Since we know response are invalid in these tests we can safely discard logger output. Fixes golang/go#22850 Change-Id: Id8c97be910f0cf7dbe2380ba632960364bc8478b Reviewed-on: https://go-review.googlesource.com/80235Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
-
Brad Fitzpatrick authored
Go 1.8 doesn't have t.Helper. Fix the row of red on the dashboard. Change-Id: I85d4bb9fe38e989dc3b6a4e99705599745b83cef Reviewed-on: https://go-review.googlesource.com/80140 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Tom Bergan <tombergan@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
-
Tom Bergan authored
AFAICT, activeRes serves no real purpose. It is used in just two ways: - To reduce the number of calls to closeIfIdle, which reduces the number of acquires of cc.mu when there are many concurrent streams. I dug through the CL history and could not find any benchmarks showing that this is necessary. - To avoid redundant calls to cs.bufPipe.CloseWithError(err) when a read loop is shutdown. This is unnecessary, since redundant CloseWithError calls are ignored. Since there isn't a good reason to have activeRes, the simplest way to fix the leak is to remove activeRes entirely. Updates golang/go#21543 Change-Id: I1d1d2dc6c946425a2772c8bf71436707021ac269 Reviewed-on: https://go-review.googlesource.com/80137Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
-
Tom Bergan authored
This change was originally made in https://golang.org/cl/46631, however, that change was applited to net/http/h2_bundle.go instead of x/net/http2. Updates golang/go#20784 Change-Id: I947fa4c19f3efc400856573768140bece28276a2 Reviewed-on: https://go-review.googlesource.com/80135 Run-TryBot: Tom Bergan <tombergan@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-
- 27 Nov, 2017 1 commit
-
-
Brad Fitzpatrick authored
Tests are in net/http. (upcoming CL) Updates golang/go#22880 Change-Id: Ie94693ad4e14f0c07926a0b6c7827caace94a0aa Reviewed-on: https://go-review.googlesource.com/80076Reviewed-by: Tom Bergan <tombergan@google.com> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
-