aboutsummaryrefslogtreecommitdiffstats
path: root/test/webrick/test_httpresponse.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/webrick/test_httpresponse.rb')
-rw-r--r--test/webrick/test_httpresponse.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/webrick/test_httpresponse.rb b/test/webrick/test_httpresponse.rb
index aae4973b4d..c9fb4ff3ae 100644
--- a/test/webrick/test_httpresponse.rb
+++ b/test/webrick/test_httpresponse.rb
@@ -104,6 +104,7 @@ module WEBrick
w.close
+ r.binmode
assert_equal "5\r\nhello\r\n0\r\n\r\n", r.read
end
@@ -118,6 +119,7 @@ module WEBrick
w.close
+ r.binmode
assert_equal "5\r\nhello\r\n0\r\n\r\n", r.read
end
@@ -132,6 +134,7 @@ module WEBrick
w.close
+ r.binmode
assert_equal "5\r\nhello\r\n0\r\n\r\n", r.read
end
end