Skip to content

Commit

Permalink
* lib/net/http/response.rb: Improve document readability.
Browse files Browse the repository at this point in the history
  [fix GH-1411][ci skip] Patch by @stz-seongheon

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
hsbt committed Oct 5, 2016
1 parent 8b583a0 commit 5c200b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Wed Oct 5 18:02:44 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>

* lib/net/http/response.rb: Improve document readability.
[fix GH-1411][ci skip] Patch by @stz-seongheon

Wed Oct 5 15:43:32 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>

* node.c (dump_node): flatten statements in NODE_BLOCK.
Expand Down
4 changes: 2 additions & 2 deletions lib/net/http/response.rb
Expand Up @@ -240,10 +240,10 @@ def body=(value)
##
# Checks for a supported Content-Encoding header and yields an Inflate
# wrapper for this response's socket when zlib is present. If the
# Content-Encoding is unsupported or zlib is missing the plain socket is
# Content-Encoding is not supported or zlib is missing, the plain socket is
# yielded.
#
# If a Content-Range header is present a plain socket is yielded as the
# If a Content-Range header is present, a plain socket is yielded as the
# bytes in the range may not be a complete deflate block.

def inflater # :nodoc:
Expand Down

0 comments on commit 5c200b9

Please sign in to comment.