aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/webrick.rb')
-rw-r--r--lib/webrick.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/webrick.rb b/lib/webrick.rb
index 842bda21ef..f295e6e7aa 100644
--- a/lib/webrick.rb
+++ b/lib/webrick.rb
@@ -129,9 +129,8 @@
#
# trap 'INT' do proxy.shutdown end
#
-# Proxies may modifier the content of the response through the
-# +:ProxyContentHandler+ callback which will be invoked with the request and
-# respone after the remote content has been fetched.
+# See WEBrick::HTTPProxy for further details including modifying proxied
+# responses.
#
# == Basic and Digest authentication
#