From bd2b117c2c778343106f5823e4ae99da2160d095 Mon Sep 17 00:00:00 2001 From: Damien Neil Date: Sat, 8 Nov 2025 11:22:59 -0800 Subject: crypto/tls: add QUICErrorEvent 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 LUCI-TryBot-Result: Go LUCI Reviewed-by: Roland Shoemaker --- api/next/75108.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 api/next/75108.txt (limited to 'api') diff --git a/api/next/75108.txt b/api/next/75108.txt new file mode 100644 index 0000000000..f1784d2c5a --- /dev/null +++ b/api/next/75108.txt @@ -0,0 +1,3 @@ +pkg crypto/tls, const QUICErrorEvent = 10 #75108 +pkg crypto/tls, const QUICErrorEvent QUICEventKind #75108 +pkg crypto/tls, type QUICEvent struct, Err error #75108 -- cgit v1.3-6-g1900