# File lib/evma_httpserver/response.rb, line 97 97: def send_response 98: send_headers 99: send_body 100: send_trailer 101: close_connection_after_writing unless (@keep_connection_open and (@status || 200) == 200) 102: end