$OpenBSD: patch-lib_webrick_httpstatus_rb,v 1.1 2017/09/16 22:52:40 jeremy Exp $

Index: lib/webrick/httpstatus.rb
--- lib/webrick/httpstatus.rb.orig
+++ lib/webrick/httpstatus.rb
@@ -20,10 +20,6 @@ module WEBrick
     ##
     # Root of the HTTP status class hierarchy
     class Status < StandardError
-      def initialize(*args) # :nodoc:
-        args[0] = AccessLog.escape(args[0]) unless args.empty?
-        super(*args)
-      end
       class << self
         attr_reader :code, :reason_phrase # :nodoc:
       end
