James Hurst
James Hurst
Unfortunately this feature is still not available in an OpenResty release. You will need to use `OpenResty 1.21.4.2 RC1` to try it out. `lua-resty-http` simply provides an option to supply...
What makes you think this has anything to do with `lua-resty-http`? The error appears to be related to your installation / platform - you will get the same error calling...
Perhaps something is happening in your `newConnect` function here? To be clear, when using `request_uri` you do not need to call `connect`. `request_uri` will open and close the connection for...
> I can see ledge triggering a background refresh, but when it tries to fetch the new content, it returns the stale content again (no matter how long I wait)....
I see. You shouldn't need to be doing this with custom headers of course. The semantics are there already; the background request should include `max-stale=0` in its request headers, and...