aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2021-11-09 22:35:50 +0000
committerDmitri Shuralyov <dmitshur@golang.org>2021-11-11 16:17:21 +0000
commit666fc173c02ff3004ac9ef867aa4eec7e243dde3 (patch)
tree31e78317435d0857bf14e789b65b91d6b8e7ab8d
parent8c73f80400d04a320165f4c1e535524cc50e20b4 (diff)
downloadgo-666fc173c02ff3004ac9ef867aa4eec7e243dde3.tar.xz
doc/go1.18: document http.Transport.Dial* being used in js/wasm
This PR adds a note into the Go 1.18 changelog for CL 330852. Updates #46923. Change-Id: I99150e9275ce23fcf3697d6a22ac216818223c74 GitHub-Last-Rev: b2772ce68bcd02af672c663760b635eab292afb7 GitHub-Pull-Request: golang/go#49258 Reviewed-on: https://go-review.googlesource.com/c/go/+/360297 Trust: Roland Shoemaker <roland@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--doc/go1.18.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/go1.18.html b/doc/go1.18.html
index bec9ada383..45f89b7be5 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -276,6 +276,12 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="net/http"><dt><a href="/pkg/net/http/">net/http</a></dt>
<dd>
+ <p><!-- CL 330852 -->
+ On WebAssembly targets, the <code>Dial</code>, <code>DialContext</code>,
+ <code>DialTLS</code> and <code>DialTLSContext</code> method fields in
+ <a href="/pkg/net/http/#Transport"><code>Transport</code></a>
+ will now be correctly used, if specified, for making HTTP requests.
+ </p>
<p><!-- CL 338590 -->
TODO: <a href="https://golang.org/cl/338590">https://golang.org/cl/338590</a>: add Cookie.Valid method
</p>