instance method
close_connection
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
close_connection(cgi)
No documentation comment.
Parameters
-
cgireq
Source
# File railties/lib/fcgi_handler.rb, line 234
def close_connection(cgi)
cgi.instance_variable_get("@request").finish if cgi
end
Defined in railties/lib/fcgi_handler.rb line 234
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in RailsFCGIHandler