From 54ab41af8430e00acba87ae6eac455574cdb3838 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 15 Nov 2009 12:38:49 -0800 Subject: ClientShutdown: RDoc --- lib/unicorn.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/unicorn.rb b/lib/unicorn.rb index 168f1f4..cfc6413 100644 --- a/lib/unicorn.rb +++ b/lib/unicorn.rb @@ -9,8 +9,10 @@ autoload :Rack, 'rack' # functionality to service web application requests fast as possible. module Unicorn - # raise this inside TeeInput when a client disconnects inside the - # application dispatch + # raised inside TeeInput when a client closes the socket inside the + # application dispatch. This is always raised with an empty backtrace + # since there is nothing in the application stack that is responsible + # for client shutdowns/disconnects. class ClientShutdown < EOFError end -- cgit v1.2.3-24-ge0c7