Update go1.18.html

This commit is contained in:
Neil Alexander 2021-11-09 22:32:46 +00:00 committed by GitHub
parent 9d4e965e14
commit b2772ce68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -254,11 +254,10 @@ 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> <dl id="net/http"><dt><a href="/pkg/net/http/">net/http</a></dt>
<dd> <dd>
<p><!-- CL 330852 --> <p><!-- CL 330852 -->
The <code>Dial</code>, <code>DialContext</code>, <code>DialTLS</code> and On WebAssembly targets, the <code>Dial</code>, <code>DialContext</code>,
<code>DialTLSContext</code> method fields in <code>DialTLS</code> and <code>DialTLSContext</code> method fields in
<a href="/pkg/net/http/#Transport"><code>Transport</code></a> <a href="/pkg/net/http/#Transport"><code>Transport</code></a>
will now be correctly used, if specified, for making HTTP requests when running will now be correctly used, if specified, for making HTTP requests.
on WebAssembly targets.
</p> </p>
<p><!-- CL 338590 --> <p><!-- CL 338590 -->
TODO: <a href="https://golang.org/cl/338590">https://golang.org/cl/338590</a>: add Cookie.Valid method TODO: <a href="https://golang.org/cl/338590">https://golang.org/cl/338590</a>: add Cookie.Valid method