Skip to content

Conversation

@mmatczuk
Copy link
Contributor

No description provided.

@mmatczuk mmatczuk requested a review from a team as a code owner February 15, 2024 13:01
@mmatczuk mmatczuk force-pushed the mmt/conntrack branch 2 times, most recently from 0cae526 to 6f1e38f Compare February 15, 2024 13:22
Comment on lines 170 to 181
func (l *Listener) Addr() net.Addr {
if l.listener == nil {
return nil
}
return l.listener.Addr()
}

func (l *Listener) Close() error {
if l.listener == nil {
return nil
}

return l.listener.Close()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addr() has no space between if and return when Close() has. Please unify it.

http_proxy.go Outdated
transport: rt,
log: log,
metrics: newMetrics(cfg.PromRegistry, cfg.PromNamespace),
metrics: newHTTPProxyMetricsMetrics(cfg.PromRegistry, cfg.PromNamespace),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MetricsMetrics?

@Choraden
Copy link
Contributor

LGTM

@mmatczuk mmatczuk merged commit b5fc00a into main Feb 20, 2024
@mmatczuk mmatczuk deleted the mmt/conntrack branch February 20, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants