Skip to content

svcb: documentation fixes #1182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 21, 2020
Merged

svcb: documentation fixes #1182

merged 1 commit into from
Oct 21, 2020

Conversation

Lekensteyn
Copy link
Contributor

&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.

`&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.
@miekg miekg merged commit 6d41f43 into miekg:master Oct 21, 2020
@miekg
Copy link
Owner

miekg commented Oct 21, 2020 via email

aanm pushed a commit to cilium/dns that referenced this pull request Jul 29, 2022
`&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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants