contrib/persistent-https/proxy.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Proxy.Run has 5 return statements (exceeds 4 allowed).
Open

func (p *Proxy) Run() error {
    hl, err := net.Listen("tcp", "127.0.0.1:0")
    if err != nil {
        return fmt.Errorf("http listen failed: %v", err)
    }
Severity: Major
Found in contrib/persistent-https/proxy.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status