http: increase buffer side to deal with side-band-64k

This poor transport was forgotten in the recent sideband support.
This commit is contained in:
Carlos Martín Nieto 2012-08-25 23:32:19 +02:00
parent 7a57ae5478
commit cc1d85d1da

View File

@ -43,7 +43,7 @@ typedef struct {
char *host; char *host;
char *port; char *port;
char *service; char *service;
char buffer[4096]; char buffer[65536];
#ifdef GIT_WIN32 #ifdef GIT_WIN32
WSADATA wsd; WSADATA wsd;
#endif #endif