You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dns/dnsmessage: change Builder to append and update documentation
The new appending behavior is required for an efficient DNS client.
(*Builder).Start was intended to append, but didn't. This was a mistake
(all tests and examples assumed that it did).
In addition, message compression when appending has been fixed.
Updates golang/go#16218
Change-Id: I3f42aa6e653e2990fa90368a2803e588ea15b85a
Reviewed-on: https://go-review.googlesource.com/97716
Reviewed-by: Brad Fitzpatrick <[email protected]>
Run-TryBot: Brad Fitzpatrick <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
0 commit comments