mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
6 lines
309 B
Markdown
6 lines
309 B
Markdown
|
|
The new [ClientHelloInfo.HelloRetryRequest] field indicates if the ClientHello
|
||
|
|
was sent in response to a HelloRetryRequest message. The new
|
||
|
|
[ConnectionState.HelloRetryRequest] field indicates if the server
|
||
|
|
sent a HelloRetryRequest, or if the client received a HelloRetryRequest,
|
||
|
|
depending on connection role.
|