From ced6027d39d41d15450095f220ae151a137e5941 Mon Sep 17 00:00:00 2001 From: BRUHItsABunny <53124399+BRUHItsABunny@users.noreply.github.com> Date: Tue, 1 Apr 2025 12:12:42 -0500 Subject: [PATCH] chore: add comment --- u_tls_extensions.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/u_tls_extensions.go b/u_tls_extensions.go index 9996ebf..135d08e 100644 --- a/u_tls_extensions.go +++ b/u_tls_extensions.go @@ -766,6 +766,9 @@ func (e *ApplicationSettingsExtension) Write(b []byte) (int, error) { return fullLen, nil } +// ApplicationSettingsExtensionNew represents the TLS ALPS codepoint extension introduced by Chrome 133. +// More information can be found here: https://chromestatus.com/feature/5149147365900288 +// TODO: This probably should be implemented differently type ApplicationSettingsExtensionNew struct { *ApplicationSettingsExtension }