mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
get rid of unusable condition
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1702e82e02
commit
43920ad28c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ module WEBrick
|
||||||
@header["status"] ||= @status
|
@header["status"] ||= @status
|
||||||
super
|
super
|
||||||
end
|
end
|
||||||
unless @config[:NPH] or defined?(MOD_RUBY)
|
unless @config[:NPH]
|
||||||
def res.status_line
|
def res.status_line
|
||||||
""
|
""
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue