NicoAdrian

Results 10 issues of NicoAdrian

**What is the name of your project?** aiotraceroute **What is the repo URL?** https://github.com/NicoAdrian/aiotraceroute **Is there anything else I should know about the code?** No **Are there any areas you...

I don't understand the difference between: ```lua red:connect("unix:/path/to/unix.sock", { pool_size = 1000 }) ``` and this: ```lua red:set_keepalive(10000, 1000) ``` Both create a pool a 1000 reusable connections, am I...

For each healthcheck, you seem to close the socket, why not put it into the connection pool with `sock:setkeepalive()` instead ? https://github.com/openresty/lua-resty-upstream-healthcheck/blob/346f3a642b6717a26382e4032160aa766af0188c/lib/resty/upstream/healthcheck.lua#L275

### Check for existing issues - [X] Completed ### Describe the feature Title says it all. Just like sublime text behaves this way. ### If applicable, add mockups / screenshots...

enhancement
triage
admin read

Is it possible to use EDNS ?

Is there any way to stop searching as soon as one element matches ? Currently, it returns an array of matching elements, But I only need to know if a...

### Prerequisites - [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/) - [X] I am reporting a bug, not asking a question ### Description The event spawning_complete is fired...

bug

Any plan to add NDK support to the `set_hmac_sha256` directive ? Would be great if I can call it in Lua like this `ndk.set_var.set_hmac_sha256`

### Prerequisites - [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/) - [X] I am reporting a bug, not asking a question ### Description Memory usage keeps growing during...

bug

NGINX [open-sourced dynamic DNS resolution](https://blog.nginx.org/blog/dynamic-dns-resolution-open-sourced-in-nginx) one year ago. However, it looks like `lua-upstream-nginx-module` is not compatible with this. When adding `resolve` (and specifying the `zone` directive) in an `upstream` block,...