summaryrefslogtreecommitdiff
path: root/lib/webrick/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/webrick/config.rb')
-rw-r--r--lib/webrick/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/webrick/config.rb b/lib/webrick/config.rb
index 121669c13a..946312e915 100644
--- a/lib/webrick/config.rb
+++ b/lib/webrick/config.rb
@@ -83,7 +83,7 @@ module WEBrick
}
DigestAuth = {
- :Algorithm => 'MD5-sess', # or 'MD5'
+ :Algorithm => 'MD5-sess', # or 'MD5'
:Domain => nil, # an array includes domain names.
:Qop => [ 'auth' ], # 'auth' or 'auth-int' or both.
:UseOpaque => true,