sarathsp06 / pasteit

Potential slowloris attack GO-S2112
Security
Major
5 months ago5 months old
Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server
35		middleware.RequestID,
36	)
37	routes.Mount("/", twirpHandler)
38	server := http.Server{39		Addr:    addr,
40		Handler: routes,
41	}