mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 14:39:10 +00:00
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:
parent
7a57ae5478
commit
cc1d85d1da
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user