-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`&dns.HTTPS{Hdr: ...}` fails due to `cannot use promoted field SVCB.Hdr in struct literal of type dns.HTTPS`. Fix this, less readable alternatives include using `dns.SVCB` directly, or `&dns.HTTPS{SVCB: dns.SVCB{Hdr: ...}}`. Fix the draft reference, draft-02 has not been published yet. Fix ECH, its type has changed from base64 to a byte array.
- Loading branch information
1 parent
04c41ad
commit 6d41f43
Showing
1 changed file
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters