public
Rubygem
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Click here to lend your support to: thin and make a donation at www.pledgie.com !
Explicitly tell how errors are handled in the docs.
Sat Aug 02 06:10:35 -0700 2008
macournoyer (committer)
Sat Aug 02 07:43:13 -0700 2008
commit  37153518eb0ceba6f6f404ca630b8411449f3c17
tree    cac7c9d4f833ad29795e7a1f335c72bbfe995cb7
parent  83ac571627020bbc1e80fbeff20f07576c0f480b
...
93
94
95
96
 
 
97
98
99
...
93
94
95
 
96
97
98
99
100
0
@@ -93,7 +93,8 @@ module Thin
0
     ensure
0
       terminate_request
0
     end
0
-    
0
+
0
+    # Logs catched exception and closes the connection.
0
     def handle_error
0
       log "!! Unexpected error while processing request: #{$!.message}"
0
       log_error

Comments