]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.7: add runtime.KeepAlive
authorIan Lance Taylor <iant@golang.org>
Wed, 18 May 2016 20:43:50 +0000 (13:43 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 18 May 2016 20:44:43 +0000 (20:44 +0000)
Update #13347.

Change-Id: I04bf317ed409478a859355f833d4a5e30db2b9c9
Reviewed-on: https://go-review.googlesource.com/23226
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.7.txt

index d50f1f1032ec96cf67478fb590acb9bac5567cf6..cf24eeffa019ab700141e2fc6f4bfe8f1c0bb260 100644 (file)
@@ -27,6 +27,7 @@ API additions and behavior changes:
 crypto/tls: allow renegotiation to be handled by a client (CL 22475)
 runtime: support symbolic backtrace of C code in a cgo crash (CL 17761)
 runtime: add CallerFrames and Frames (CL 19869)
+runtime: add KeepAlive (CL 23102)
 testing/quick: now generates nil values (CL 16470)
 net/http/httptest: ResponseRecorder supports trailer (CL 20047) (compat impact: issue 14928)
 net/url: support query string without values (CL 19931)