Skip to content

Commit

Permalink
Remove compatibility patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 28, 2024
1 parent 04362a9 commit 250f5fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/protocol/http2/stream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ def send_headers?

# The HEADERS frame is used to open a stream, and additionally carries a header block fragment. HEADERS frames can be sent on a stream in the "idle", "reserved (local)", "open", or "half-closed (remote)" state.
def send_headers(*arguments)
if arguments.first.nil?
arguments.shift # Remove nil priority.
end

if @state == :idle
frame = write_headers(*arguments)

Expand Down

0 comments on commit 250f5fe

Please sign in to comment.