-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
distributedstek.go:144:16: not enough arguments in call to s.storage.Lock #3464
Comments
Hmm, what is your Go module's go.mod file? |
go.mod can be found here |
@htfy96 Thanks, so that's the problem:
Caddy is not yet compatible with v0.11.0 (but probably will be this week, once I have a little time.) Run |
PS. I'm excited to see the finished plugin! A lot of people will find filtering features useful. Bonus points if it can someday work with a stream (i.e. without having to buffer the entire response body) -- that is left as an academic exercise, however. 😉 |
Thanks for your help! Currently it works with a bounded-cap buffer, which only buffers first 2MB and once the body exceeds that, it abandons buffering and filtering. |
Hi,
I'm trying to develop a plugin for Caddy 2 based on v2.0.0 tag, but all xcaddy command returned error when I tried to build caddy:
The text was updated successfully, but these errors were encountered: