I've used libasync to my project, dub run is ok, but I benachmarked with apache ab tool , showing
Benchmarking localhost (be patient)...apr_socket_recv: Connection refused (111)
command :
ab -n 100 -c 100 -k http://localhost:8081/index
how can I fixed that?