Review comments

This commit is contained in:
Neil Alexander 2021-11-09 20:10:50 +00:00 committed by GitHub
parent 99306054bc
commit 9d4e965e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -256,11 +256,10 @@ Do not send CLs removing the interior tags from such phrases.
<p><!-- CL 330852 --> <p><!-- CL 330852 -->
The <code>Dial</code>, <code>DialContext</code>, <code>DialTLS</code> and The <code>Dial</code>, <code>DialContext</code>, <code>DialTLS</code> and
<code>DialTLSContext</code> method fields in <code>DialTLSContext</code> method fields in
<a href="/pkg/net/http#Transport"><code>http.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 when running
on WebAssembly targets. 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
</p> </p>