Alan M. Carroll

Results 27 comments of Alan M. Carroll

The question is whether the 404 should invalidate the cached object. Is the behavior you expect is that an error response from the upstream should invalidate the cached object? The...

I might understand what's going on here. Would you be able to try a patch later this week? Ping me on slack if you can.

I think the issue is the change to not use a "broken" config. This applies to the initial load so any error prevents having a TLS configuration. We might want...

Yes, documentation is always a problem. I know this has been used, I'll see if I can take a look.

We should use `std::atomic` generally, because it's standard. The current atomic support dates from before any of this was standard.

I'd recommend changing it to take an opaque block of storage defined in "apidefs.h" that's the same size as an HttpProxyPort. AFAICT the struct is a POD so there's no...