# File lib/webrick/httpproxy.rb, line 88 def set_via(h) if @config[:ProxyVia] if h['via'] h['via'] << ", " << @via else h['via'] = @via end end end