gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 128/150: http2: verbose output new MAX_CONCURRENT_S


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 128/150: http2: verbose output new MAX_CONCURRENT_STREAMS values
Date: Fri, 30 Mar 2018 16:49:42 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 019aa722aa82e8642254f3e835992bc425ed3e19
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sat Mar 10 23:56:21 2018 +0100

    http2: verbose output new MAX_CONCURRENT_STREAMS values
    
    ... as it is interesting for many users.
---
 lib/http2.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/http2.c b/lib/http2.c
index d641d94fe..ec1b7cf91 100644
--- a/lib/http2.c
+++ b/lib/http2.c
@@ -542,7 +542,8 @@ static int on_frame_recv(nghttp2_session *session, const 
nghttp2_frame *frame,
       if(max_conn != httpc->settings.max_concurrent_streams) {
         /* only signal change if the value actually changed */
         infof(conn->data,
-              "Connection state changed (MAX_CONCURRENT_STREAMS updated)!\n");
+              "Connection state changed (MAX_CONCURRENT_STREAMS == %d)!\n",
+              httpc->settings.max_concurrent_streams);
         Curl_multi_connchanged(conn->data->multi);
       }
     }

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



reply via email to

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