Matt Holt

Results 1518 comments of Matt Holt

> How would a rolling average type situation "forget" about old requests though? This is a great question. One way is by configuring a window size, e.g. the last N...

As discussed in Slack, I've reverted the one log about the implicit configuration back to WARN, the rest can stay as INFO since they are generally explicitly configured.

@helmut72 Do you have a really simple reproducer? Ideally just a couple of lines of Caddyfile. That'd be a good start.

@WeidiDeng Wow, excellent detective work. Thank you for working on this!

This sounds like it is just making a GET request to the fcgi socket. That's what regular healthchecks do. Why is that not sufficient?

We would love to have more help here! Our current maintainers are busy, and this is apparently quite a large project. Unfortunately I don't use Kubernetes so I have no...

Since this is something the Go standard lib will have to implement before we can do anything (we are not going to fork crypto/tls for our standard builds), I'll close...

It seems your patch requires Go 1.15, can you please update the CI workflow to use Go 1.15 (multiple versions not necessary anymore at this point)

Thanks, that's exactly what I was thinking. I'm not entirely sure why the tests are failing now, but it looks like one of the deps doesn't build on Mac --...

Yeah, probably unrelated. I haven't touched this code in years, so it doesn't surprise me. I'll try to investigate when I get back from an errand. (I imagine there's no...