• Show log

    Commit

  • Hash : dee5515a
    Author : Carlos Martín Nieto
    Date : 2012-04-14T18:34:50

    transports: buffer the git requests before sending them Trying to send every single line immediately won't give us any speed improvement and duplicates the code we need for other transports. Make the git transport use the same buffer functions as HTTP.