arl / statsviz

🚀 Visualise your Go program runtime metrics in real time in the browser
MIT License
3.19k stars 121 forks source link

/debug/statsviz/ws HTTP/1.0" 400 #45

Closed ruanlianjun closed 2 years ago

ruanlianjun commented 3 years ago
ws, err := upgrader.Upgrade(w, r, nil)
        if err != nil {
            return
        }

接口访问 /debug/statsviz/ws HTTP/1.0" 400

arl commented 3 years ago

Can you share a minimal code example showing the problem you have please?

arl commented 2 years ago

Bump @ruanlianjun