class HTTPClient::Session

def empty_bin_str

def empty_bin_str
  str = ''
  str.force_encoding('BINARY') if str.respond_to?(:force_encoding)
  str
end