aboutsummaryrefslogtreecommitdiffstats
path: root/lib/plum/stream_utils.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plum/stream_utils.rb')
-rw-r--r--lib/plum/stream_utils.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/plum/stream_utils.rb b/lib/plum/stream_utils.rb
index 5fd6cc2..7607815 100644
--- a/lib/plum/stream_utils.rb
+++ b/lib/plum/stream_utils.rb
@@ -18,7 +18,6 @@ module Plum
# @param headers [Enumerable<String, String>] The response headers.
# @param end_stream [Boolean] Set END_STREAM flag or not.
def send_headers(headers, end_stream:)
- max = @connection.remote_settings[:max_frame_size]
encoded = @connection.hpack_encoder.encode(headers)
frame = Frame.headers(id, encoded, end_headers: true, end_stream: end_stream)
send frame