vendor/libgit2/src/transports/git.c in rugged-0.17.0.b6 vs vendor/libgit2/src/transports/git.c in rugged-0.17.0.b7

- old
+ new

@@ -22,10 +22,10 @@ #include "fetch.h" #include "protocol.h" typedef struct { git_transport parent; - char buff[1024]; + char buff[65536]; #ifdef GIT_WIN32 WSADATA wsd; #endif } transport_git;