class OpenSSL::SSL::SSLServer

def shutdown(how=Socket::SHUT_RDWR)

def shutdown(how=Socket::SHUT_RDWR)
  @svr.shutdown(how)
end