Mohammed Al Sahaf
Mohammed Al Sahaf
It's still unclear how is the keying material related to the proxy. The keying material can be used in many ways that are orthogonal to the proxy.
I think it's best to stay conservative in what we add, and only add what's needed.
Similar to #227 but different
Why should special characters not be encoded? That's the right form
> Odd the lint errors I am getting appear to be from places I didn't touch. They appeared with the new Go version. I'm fixing them locally, then you can...
> @mohammed90 do you have a branch pushed I just merge from? Patience is good
> > @mohammed90 do you have a branch pushed I just merge from? > > Patience is good Confirmed to be false-positive in gosec bound-check: https://github.com/securego/gosec/pull/1189. Ignore the lint failure...
@trajano, was this in error?
Nothing should be lost in Git. Checkout the commit `10fe43b107827263d32457d6dff91edb5e0f9c45` and push it to the branch.
You're describing a race in map access. The odd thing is, the subject `map` is scoped per HTTP request: https://github.com/caddyserver/caddy/blob/7088605cc11c52c2777ab613dfc5c2a9816006e4/modules/caddyhttp/vars.go#L316-L324 I, for one, cannot imagine 2 HTTP requests sharing the...