Skip to content
  • David Johnson's avatar
    Fix breakage to raw xmlrpc mode in 13ee8406. · 535c8d7a
    David Johnson authored
    (The hack to get "raw" xml mode from xmlrpclib is quite different than
    for m2crypto.  Basically, the response is parsed in the Transport, so
    not only do we need a special raw input method on the ServerProxy, but
    also a custom "raw" transport that skips the parser.)
    535c8d7a