• Andrew Tridgell's avatar
    added some really ugly code to allow errors to propogate to · 554e0a8d
    Andrew Tridgell authored
    clients when writing to a rsync server
    
    it works like this:
    
    - we have an extra pipe from the receiver to the generator
    - the server always runs with multiplexing on
    - errors from the generator go down the multiplexed connection
    - errors from the receiver go over the pipe, and from there to
      the multiplexed conn
    
    it required some incredibly ugly code. damn.
    554e0a8d
log.c 7.21 KB