James Hurst

Results 55 comments of James Hurst

Hi, yes I think `Bug 1` isn't an issue, but if we're missing some details in `_handle_continue` please do send a PR with some tests and I'll happily include them.

If you call `http.debug(true)` before running the request, you will see the formatted request in your log file. First confirm that this looks correct (i.e. the method appears correct). If...

Ok, interesting, but again - a working config file with steps to reproduce the error are needed here. The behaviour of the library is very dependent on the actual run...

Also see PR #178 - @hamishforbes did we drop luarocks support for some reason? I guess either we need a new rockspec or the docs need to be updated for...

Hi, Thanks for this, yeah I think this would be great. I'm working on some other purge related things at the moment, but I'll take a look at this afterwards....

Yeah, there's not really any room for combining efforts that I can see. Ledge replaces the built in cache and proxy mechanisms of Nginx, choosing to implement all of this...

@GuyLewin yes, I will... sorry, I'm just very busy at the moment. It's on the list!

I think that's typically not the case. You'll need to install it with a package manager: https://opm.openresty.org/package/ledgetech/lua-resty-http/

Yes, please see "Streamed request" here: https://github.com/ledgetech/lua-resty-http#streamed-request Specifically, if you `connect` manually and use the `request` method (instead of `request_uri`), you will receive just the status and headers, with the...

Hi, ah yes, we had been using luarocks and opm, but that habit appears to have broken down. You can download releases manually here: https://github.com/ledgetech/ledge/releases But I will try to...