Commit cc1d85d1 by Carlos Martín Nieto

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

This poor transport was forgotten in the recent sideband support.
parent 7a57ae54
......@@ -43,7 +43,7 @@ typedef struct {
char *host;
char *port;
char *service;
char buffer[4096];
char buffer[65536];
#ifdef GIT_WIN32
WSADATA wsd;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment