Method: H2::Server#goaway

Defined in:
lib/h2/server.rb

#goaway(connection) ⇒ Object

async goaway



61
62
63
64
# File 'lib/h2/server.rb', line 61

def goaway connection
  sleep 0.25
  connection.parser.goaway unless connection.closed?
end