# File lib/em-http/client.rb, line 333 def send_request_body return unless @options[:body] body = normalize_body send_data body end