Mayank Asthana

Results 3 issues of Mayank Asthana

It is recommended to use `mget` to do multiple `get`s instead of pipelining lots of `get`s together. A few benchmarks also show performance improvements. I don't see any drawback to...

enhancement

It took me a while to understand that "hello" and "world" are the http basic auth username and passwords. ``` { "users": { "hello": "world" }, ... ``` I also...

Thanks for the great project! I am in a situation where I need to check some port network connectivity, but don't have `netcat` or `telent` installed, and no root access...