# File lib/rack/websocket/handler/base.rb, line 42 def failure_response [ 400, {'Content-Type' => 'text/plain'}, [ 'Bad request' ] ] end