Johan Ekenlycka
Results
3
issues of
Johan Ekenlycka
I think the error_handler should be called in the following case: ``` require 'eventmachine-le' EM.run do EM.error_handler { |e| puts "Error raised during event loop: #{e.message}" } operation = proc...
Accessing peers as an array has been deprecated since nginx 1.9.0 (changeset 6100 - http://hg.nginx.org/nginx/rev/c44459611d91) and does not work when using the `zone` directive in `upstream` block. This commit changes...