From: Neil Alexander Date: Tue, 9 Nov 2021 22:35:50 +0000 (+0000) Subject: doc/go1.18: document http.Transport.Dial* being used in js/wasm X-Git-Tag: go1.18beta1~380 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=666fc173c02ff3004ac9ef867aa4eec7e243dde3;p=gostls13.git 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 Reviewed-by: Dmitri Shuralyov --- 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.
net/http
+

+ On WebAssembly targets, the Dial, DialContext, + DialTLS and DialTLSContext method fields in + Transport + will now be correctly used, if specified, for making HTTP requests. +

TODO: https://golang.org/cl/338590: add Cookie.Valid method