aboutsummaryrefslogtreecommitdiffstats
path: root/lib/plum/connection.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plum/connection.rb')
-rw-r--r--lib/plum/connection.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/plum/connection.rb b/lib/plum/connection.rb
index 507ef75..bfd6890 100644
--- a/lib/plum/connection.rb
+++ b/lib/plum/connection.rb
@@ -44,7 +44,6 @@ module Plum
end
# Receives the specified data and process.
- #
# @param new_data [String] The data received from the peer.
def receive(new_data)
return if new_data.empty?
@@ -66,7 +65,6 @@ module Plum
alias << receive
# Reserves a new stream to server push.
- #
# @param args [Hash] The argument to pass to Stram.new.
def reserve_stream(**args)
next_id = @max_even_stream_id + 2