gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 59/254: http2: use the correct set buffer size


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 59/254: http2: use the correct set buffer size
Date: Sat, 17 Jun 2017 16:51:31 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit 504eafff865478827f04f31e45ac367672f3e18d
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Apr 25 00:49:23 2017 +0200

    http2: use the correct set buffer size
---
 lib/http2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/http2.c b/lib/http2.c
index 7f891ed32..46919c2ee 100644
--- a/lib/http2.c
+++ b/lib/http2.c
@@ -165,7 +165,7 @@ void Curl_http2_setup_req(struct Curl_easy *data)
   http->closed = FALSE;
   http->close_handled = FALSE;
   http->mem = data->state.buffer;
-  http->len = BUFSIZE;
+  http->len = data->set.buffer_size;
   http->memlen = 0;
 }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]