This is an automated email from the ASF dual-hosted git repository.

scw00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 56839d0  Regularize the debug message with rcv_headers_frame
56839d0 is described below

commit 56839d08e1a55d7f8fb2fd0c447bc1d397692950
Author: scw00 <sc...@apache.org>
AuthorDate: Wed Aug 9 08:28:08 2017 +0800

    Regularize the debug message with rcv_headers_frame
---
 proxy/http2/Http2ConnectionState.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/http2/Http2ConnectionState.cc 
b/proxy/http2/Http2ConnectionState.cc
index c397d36..1e64aa3 100644
--- a/proxy/http2/Http2ConnectionState.cc
+++ b/proxy/http2/Http2ConnectionState.cc
@@ -284,7 +284,7 @@ rcv_headers_frame(Http2ConnectionState &cstate, const 
Http2Frame &frame)
       stream->priority_node = node;
       node->t               = stream;
     } else {
-      DebugHttp2Stream(cstate.ua_session, stream_id, "PRIORITY - dep: %d, 
weight: %d, excl: %d, tree size: %d",
+      DebugHttp2Stream(cstate.ua_session, stream_id, "HEADER PRIORITY - dep: 
%d, weight: %d, excl: %d, tree size: %d",
                        params.priority.stream_dependency, 
params.priority.weight, params.priority.exclusive_flag,
                        cstate.dependency_tree->size());
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to