diff --git a/udp/inbound_flow.go b/udp/inbound_flow.go index 768dc44..896fdc3 100644 --- a/udp/inbound_flow.go +++ b/udp/inbound_flow.go @@ -93,7 +93,6 @@ func (f *InboundFlow) handleExchanges(ctx context.Context) error { return ctx.Err() } - for i := range f.verifiers { v := f.verifiers[len(f.verifiers)-i-1]