diff options
author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-29 18:02:24 +0000 |
---|---|---|
committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-29 18:02:24 +0000 |
commit | 7edda76f1597a92a3d07ab8b1f3ba7f1dee8798c () | |
tree | 85553c61ed2beedf22765e3ad5b6848b4b4b227f /test/net/http/utils.rb | |
parent | 04d83114a616daa8e1586f8d2cc71b209beac3d4 (diff) |
* test/net/http/test_http.rb (_test_request__file): specify encoding
explicitly. * test/net/http/utils.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | test/net/http/utils.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ module TestNetHTTPUtils $test_net_http = nil $test_net_http_data = (0...256).to_a.map {|i| i.chr }.join('') * 64 $test_net_http_data_type = 'application/octet-stream' class Servlet < WEBrick::HTTPServlet::AbstractServlet |