[ruby-cvs:78413] a98632d5c2 (master): [ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header is set
"Jeremy Evans" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Jeremy Evans 2019-08-12 04:57:11 +0900 (Mon, 12 Aug 2019)
New Revision: a98632d5c2
https://github.com/ruby/ruby/commit/a98632d5c2
Log:
[ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header is set
Patch from Leonard Garvey.
Fixes Ruby Bug 9986.
https://github.com/ruby/webrick/commit/8cff7f3995
Modified files:
lib/webrick/httpresponse.rb
test/webrick/test_httpresponse.rb