• Show log

    Commit

  • Hash : e141f079
    Author : Roger Gee
    Date : 2017-06-10T11:46:09

    smart_protocol: fix parsing of server ACK responses Fix ACK parsing in wait_while_ack() internal function. This patch handles the case where multi_ack_detailed mode sends 'ready' ACKs. The existing functionality would bail out too early, thus causing the processing of the ensuing packfile to fail if/when 'ready' ACKs were sent.