about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-05 11:32:44 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-05 11:32:44 -0800
commit062227e00f7ec589c3906a8bcd22dd7194268266 (patch)
treeb672c1c217d29e7a02d81ad4a1ba3ddd8ae94c3d
parent3f5abce2b1c071f9aed4cdd0951331d7f037c4b1 (diff)
downloadunicorn-062227e00f7ec589c3906a8bcd22dd7194268266.tar.gz
-rw-r--r--lib/unicorn/http_server.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/unicorn/http_server.rb b/lib/unicorn/http_server.rb
index 5323872..fbc9a68 100644
--- a/lib/unicorn/http_server.rb
+++ b/lib/unicorn/http_server.rb
@@ -524,7 +524,6 @@ class Unicorn::HttpServer
     client.kgio_trywrite(msg)
     client.close
     rescue
-      nil
   end
 
   # once a client is accepted, it is processed in its entirety here