caddy-rate-limit icon indicating copy to clipboard operation
caddy-rate-limit copied to clipboard

A rate limit plugin for caddy

Results 2 caddy-rate-limit issues
Sort by recently updated
recently updated
newest added

Seems Burst is never used.I used it with burst, but no effect. So I went into the code, and I can't find the implementation. Is there something I am missing?

investigating

Currently, there is no _go.mod_ file specified in the project. As a result, Go pulls in the latest Quic-Go (v0.13.1) This release has a folder rename, from _github.com/lucas-clemente/quic-go/h2quic_ to _github.com/lucas-clemente/quic-go/http3_....

question