about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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