mirror of
https://github.com/golang/go.git
synced 2025-12-07 13:50:04 +00:00
Add a new QUICEvent type for reporting errors. This provides a way to report errors that don't occur as a result of QUICConn.Start, QUICConn.HandleData, or QUICConn.SendSessionTicket. Fixes #75108 Change-Id: I941371a21f26b940e75287a66d7e0211fc0baab1 Reviewed-on: https://go-review.googlesource.com/c/go/+/719040 Auto-Submit: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Roland Shoemaker <roland@golang.org>
3 lines
163 B
Text
3 lines
163 B
Text
pkg crypto/tls, const QUICErrorEvent = 10 #75108
|
|
pkg crypto/tls, const QUICErrorEvent QUICEventKind #75108
|
|
pkg crypto/tls, type QUICEvent struct, Err error #75108
|