From 1065b78b7c14c4cf978094aa54c0d635d581efb8 Mon Sep 17 00:00:00 2001 From: Virgil Date: Sat, 4 Apr 2026 21:16:21 +0000 Subject: [PATCH] chore(proxy): remove stale runtime comments --- state_impl.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/state_impl.go b/state_impl.go index 0b42cec..4ded77d 100644 --- a/state_impl.go +++ b/state_impl.go @@ -1654,10 +1654,6 @@ func (s *Server) listen() Result { return successResult() } -// NewConfig returns a minimal config? not used. - -// NewRateLimiter, Allow, Tick are defined in core_impl.go. - // IsActive reports whether the limiter has enabled rate limiting. func (rl *RateLimiter) IsActive() bool { return rl != nil && rl.cfg.MaxConnectionsPerMinute > 0 @@ -1676,5 +1672,3 @@ func (n *noopSplitter) OnClose(event *CloseEvent) {} func (n *noopSplitter) Tick(ticks uint64) {} func (n *noopSplitter) GC() {} func (n *noopSplitter) Upstreams() UpstreamStats { return UpstreamStats{} } - -// Difficulty helper for the HTTP summary.