Class | Hookout::ThinConnection |
In: |
lib/hookout/thin_backend.rb
|
Parent: | Thin::Connection |
backend | [RW] | |
rhttp_req | [RW] |
# File lib/hookout/thin_backend.rb, line 60 def close_connection_after_writing begin @rhttp_req.close ensure @backend.connection_finished(self) end end