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
@ -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…
x
Reference in New Issue
Block a user