convox / convox

Potential slowloris attack GO-S2112
Security
Major
11 days agoa year old
Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server
 81}
 82
 83func (p *apiProxy) ListenAndServe(addr string, port int) error {
 84	s := http.Server{Handler: p.handler} 85
 86	ln, err := net.Listen("tcp", fmt.Sprintf("%s:%d", addr, port))
 87	if err != nil {