Module: Baykit::BayServer::Docker::Fcgi::FcgHandler

Included in:
FcgInboundHandler, FcgWarpHandler
Defined in:
lib/baykit/bayserver/docker/fcgi/fcg_handler.rb

Overview

interface

Instance Method Summary collapse

Instance Method Details

#on_protocol_error(e) ⇒ Object

Raises:

  • (NotImplementedError)


7
8
9
# File 'lib/baykit/bayserver/docker/fcgi/fcg_handler.rb', line 7

def on_protocol_error(e)
  raise NotImplementedError.new
end