Skip to content

Pass ratelimit object when wraping net.Conn instead of having global ratelimit.

Christopher Schinnerl requested to merge local-rate-limit into master

Created by: ChrisSchinnerl

This PR changes the ratelimit to be module specific and not global by having to pass a RateLimit object to the constructor that wraps a net.Conn

This should not be merged without #3.

Merge request reports