Skip to content
  • Michael Hanselmann's avatar
    RPC: Compress file upload data · 12bce260
    Michael Hanselmann authored
    Adding compression to larger amounts of data is more efficient than
    transferring it (len(nodes) - 1) times over the network without
    compression. We were able to compress a 800KB config file to about
    30 KB, which is about 40 KB with Base64 encoding (required due to
    the way SimpleJson handles strings).
    
    Reviewed-by: ultrotter
    12bce260