summaryrefslogtreecommitdiff
path: root/test/net
diff options
context:
space:
mode:
Diffstat (limited to 'test/net')
-rw-r--r--test/net/http/utils.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/net/http/utils.rb b/test/net/http/utils.rb
index 592bbd21cc..7110a2432f 100644
--- a/test/net/http/utils.rb
+++ b/test/net/http/utils.rb
@@ -49,7 +49,6 @@ module TestNetHTTPUtils
:Port => 0,
:Logger => WEBrick::Log.new(NullWriter.new),
:AccessLog => [],
- :ShutdownSocketWithoutClose => true,
:ServerType => Thread,
}
server_config[:OutputBufferSize] = 4 if config('chunked')