summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-network.c b/src/core/wee-network.c
index a9f0e1df3..16a7668a4 100644
--- a/src/core/wee-network.c
+++ b/src/core/wee-network.c
@@ -236,7 +236,7 @@ int
network_pass_httpproxy (struct t_proxy *proxy, int sock, const char *address,
int port)
{
- char buffer[256], authbuf[128], authbuf_base64[512], *username, *password;
+ char buffer[4096], authbuf[128], authbuf_base64[512], *username, *password;
int length;
if (CONFIG_STRING(proxy->options[PROXY_OPTION_USERNAME])