• Show log

    Commit

  • Hash : 4947216f
    Author : Edward Thomson
    Date : 2019-01-21T11:11:27

    git transport: only write INT_MAX bytes
    
    The transport code returns an `int` with the number of bytes written;
    thus only attempt to write at most `INT_MAX`.