aboutsummaryrefslogtreecommitdiffstats
path: root/lib/plum/stream_utils.rb
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-08-11 21:49:41 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-08-11 21:49:41 +0900
commitaaa234f364962f2ff97b3209967658821e17f531 (patch)
treeeb2eebdd7664b0d38f293dfc8c773174ea17de22 /lib/plum/stream_utils.rb
parent3c9fd39d9a008c5d78e0c83b243f1d95e709a07a (diff)
downloadplum-aaa234f364962f2ff97b3209967658821e17f531.tar.gz
fix doc
Diffstat (limited to 'lib/plum/stream_utils.rb')
-rw-r--r--lib/plum/stream_utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plum/stream_utils.rb b/lib/plum/stream_utils.rb
index 0c4f4a6..0bcceec 100644
--- a/lib/plum/stream_utils.rb
+++ b/lib/plum/stream_utils.rb
@@ -15,7 +15,7 @@ module Plum
end
end
- # Reserves a stream to server push. Sends PUSH_STREAM and create new stream.
+ # Reserves a stream to server push. Sends PUSH_PROMISE and create new stream.
#
# @param headers [Hash<String, String>] The *request* headers. It must contain all of them: ':authority', ':method', ':scheme' and ':path'.
# @return [Stream] The stream to send push response.