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 !
More precise Connection#terminate_request documentation.
Sat Aug 02 06:14:36 -0700 2008
macournoyer (committer)
Sat Aug 02 07:43:14 -0700 2008
commit  2470ab0206716b445c23a1c81eb5f01dff06ad3a
tree    cd7d8ce9a4b975955a3b37f435890d06e4a9c822
parent  cb6e21d6519c8da088f94864dec56c9122f2b753
...
101
102
103
104
 
 
105
106
107
...
101
102
103
 
104
105
106
107
108
0
@@ -101,7 +101,8 @@ module Thin
0
       close_connection rescue nil
0
     end
0
 
0
-    # Does request and response cleanup (like closing open IO streams).
0
+    # Does request and response cleanup (closes open IO streams and
0
+    # deletes created temporary files).
0
     # Re-initializes response and request if client supports persistent
0
     # connection.
0
     def terminate_request

Comments