Hey folks, I've been digging around for a while but could not find anything; is there something with builtin HTTP server that I can do to limit the maximum number of requests allowed with KeepAlive connection? I found fast http provides an option *MaxRequestsPerConn* to do so, https://github.com/valyala/fasthttp/blob/59b28fe0e54664073ac4e422511ca8af718b26b0/server.go#L233-L239 is there something out of the box too? If not I really want to stick to stock net/http package; is there a quick cheap way to do that?
-- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/9b5d80d2-dba4-4f60-849a-c1a1785f7470%40googlegroups.com.