about summary refs log tree commit homepage
path: root/test/http_put_slow.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-22 23:11:49 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-23 01:57:19 +0000
commitfe1e1200c1541676e6b8402b7972a16105a76a63 (patch)
tree1ae0addce5d4cef8985ca859c33ef78c4d763751 /test/http_put_slow.rb
parent1199492dd1adb394cf4cc0d599e7f77c52ccbdbf (diff)
downloadcmogstored-fe1e1200c1541676e6b8402b7972a16105a76a63.tar.gz
This was inherited from a server which needed to deal with
some broken clients, MogileFS does not have this problem.
Neither Perlbal nor nginx set this response header, either,
so lets save ourselves a few bytes.
Diffstat (limited to 'test/http_put_slow.rb')
-rw-r--r--test/http_put_slow.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/http_put_slow.rb b/test/http_put_slow.rb
index 6e0cc6f..2b37b0f 100644
--- a/test/http_put_slow.rb
+++ b/test/http_put_slow.rb
@@ -72,7 +72,6 @@ class TestHTTPPutSlow < Test::Unit::TestCase
           "\r\n"
     @client.write(req)
     expect = "HTTP/1.1 201 Created\r\n" \
-      "Status: 201 Created\r\n" \
       "Date: #{EPOCH}\r\n" \
       "Content-Length: 0\r\n" \
       "Content-Type: text/plain\r\n" \