# File lib/httpclient/util.rb, line 120 def force_binary(str) str.force_encoding(Encoding::ASCII_8BIT) if defined?(Encoding::ASCII_8BIT) str end