lib/protocol/http2/goaway_frame.rb in protocol-http2-0.18.0 vs lib/protocol/http2/goaway_frame.rb in protocol-http2-0.19.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
# Released under the MIT License.
-# Copyright, 2019-2023, by Samuel Williams.
+# Copyright, 2019-2024, by Samuel Williams.
-require_relative 'frame'
+require_relative "frame"
module Protocol
module HTTP2
# The GOAWAY frame is used to initiate shutdown of a connection or to signal serious error conditions. GOAWAY allows an endpoint to gracefully stop accepting new streams while still finishing processing of previously established streams. This enables administrative actions, like server maintenance.
#