An extension to ::WEBrick::HTTPRequest to expost the socket object for highjacking for cockpit
# File lib/smart_proxy_remote_execution_ssh/webrick_ext.rb, line 5 def meta_vars super.merge('WEBRICK_SOCKET' => @socket) end