mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 03:57:36 +03:00
chore: add comment
This commit is contained in:
parent
66a51a05fa
commit
ced6027d39
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue