# File lib/em/connection.rb, line 481
481:     def send_file_data filename
482:       EventMachine::send_file_data @signature, filename
483:     end