Potential slowloris attack GO-S2112
Security
Major
a year agoa year old
Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server
108	}
109
110	// Create a HTTP server with the registered request handlers, using logrus for logging
111	server := http.Server{112		Handler: handler,
113	}
114