Change information
Commit message:
quic: avoid usage of net.ReadMsgUDPAddrPort in non-linux and darwin builds
Amongst the non-linux and darwin builds, net.ReadMsgUDPAddrPort is not
implemented yet in plan9. There does not seem to be any reason why we
could not use net.ReadFromUDPAddrPort instead, which is implemented in
plan9.
Therefore, use net.ReadFromUDPAddrPort instead for better compatibility.
Fixes golang/go#78223
Change-Id: Id397f28368f0cc291b12c6e06df3de64321a623b
Files:
- M internal/http3/nethttp_test.go
- M internal/http3/quic_test.go
- M quic/endpoint_test.go
- M quic/udp_other.go
- M quic/udp_test.go
Change size: S
Delta: 5 files changed, 4 insertions(+), 20 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +1 by Nicholas Husin, +2 by Ethan Lee, +1 by Richard Miller
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI