diff --git a/integrationtests/tools/proxy/proxy.go b/integrationtests/tools/proxy/proxy.go index 78af9c10..b68ac604 100644 --- a/integrationtests/tools/proxy/proxy.go +++ b/integrationtests/tools/proxy/proxy.go @@ -165,7 +165,7 @@ func (p *QuicProxy) runProxy() error { atomic.AddUint64(&conn.incomingPacketCounter, 1) r := bytes.NewReader(raw) - hdr, err := wire.ParsePublicHeader(r, protocol.PerspectiveClient, protocol.VersionWhatever) + hdr, err := wire.ParsePublicHeader(r, protocol.PerspectiveClient, p.version) if err != nil { return err }