# File lib/thin/connection.rb, line 138 def terminate_request unless persistent? close_connection_after_writing rescue nil close_request_response else close_request_response # Prepare the connection for another request if the client # supports HTTP pipelining (persistent connection). post_init end end