Commit dee5515a237b2d4182e454986025199064193376

Carlos Martín Nieto 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.