chore: add comment

This commit is contained in:
BRUHItsABunny 2025-04-01 12:12:42 -05:00
parent 66a51a05fa
commit ced6027d39
No known key found for this signature in database

View file

@ -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
}