Commit 3d2df984 authored by James Lopez's avatar James Lopez

workaround for webrick issue on ruby 2.2

parent 82b3a4e8
......@@ -24,6 +24,11 @@ class HTTPUNIXServer < WEBrick::HTTPServer
socket.close
@listeners << server
end
def start(&block)
setup_shutdown_pipe
super.start(&block)
end
end
def tmp_socket_path
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment