You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- CL 147282: https://golang.org/cl/147282: cmd/go: add go mod edit -go flag -->
154
+
<!-- CL 148517: https://golang.org/cl/148517: cmd/go: enable module mode without a main module when GO111MODULE=on -->
154
155
<!-- CL 146898: https://golang.org/cl/146898: cmd/link, runtime: add initial cgo support for ppc64 -->
155
156
<!-- CL 60790: https://golang.org/cl/60790: The trace tool now supports plotting mutator utilization curves, including cross-references to the execution trace. These are useful for analyzing the impact of the garbage collector on application latency and throughput.: cmd/trace: add minimum mutator utilization (MMU) plot -->
156
157
<!-- CL 115677: https://golang.org/cl/115677: cmd/vet: check embedded field tags too -->
@@ -344,6 +345,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
344
345
TODO: <ahref="https://golang.org/cl/146659">https://golang.org/cl/146659</a>: enable RFC 6555 Fast Fallback by default
345
346
</p>
346
347
348
+
<p><!-- CL 107196 -->
349
+
TODO: <ahref="https://golang.org/cl/107196">https://golang.org/cl/107196</a>: enable TCP keepalives by default
@@ -356,6 +361,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
356
361
TODO: <ahref="https://golang.org/cl/145398">https://golang.org/cl/145398</a>: in Transport, don't error on non-chunked response with Trailer header
0 commit comments