Aapo Talvensaari
Aapo Talvensaari
> The same typo os on kong.tools.wrpc.future.lua also in changelog and wrpc.proto
I will close this PR in favor of #9494.
The PR to fix this is now merged. I think it can be backported to `2.8.x` series (but let's see).
@hbagdi yes, I am still looking if this has any benefits.
Latest RFC: https://datatracker.ietf.org/doc/html/rfc9110#name-via
`Kong` has now merged: https://github.com/Kong/kong/pull/5335 that implements: - `RateLimit-Limit: ` - `RateLimit-Remaining: ` - `RateLimit-Reset: ` First we thought about implementing multi-window info on `RateLimit-Limit` but it felt something that...
@ioggstream I would expect final out on January. Release candidate is likely before Christmas :-).
Yes, in `3.6.0` there was a couple of big bumps on dependencies. OpenSSL and OpenResty. We need to check what is going on. Thank you for reporting, unfortunately we didn't...
Just link some context here: https://github.com/Kong/pgmoon/blob/v1.16.2/pgmoon/init.lua#L397-L398 ```lua local ssl = require("resty.openssl.ssl").from_socket(self.sock) -- it seams this line returns `nil` local server_cert = ssl:get_peer_certificate() ``` @michael-todorovic, could you modify that line (in...
Also @fffonion could you take a look at it. Is the auxilary module compiled with CE? Is it a requirement now? Is there difference in EE shipped `pgmoon` regards to...