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

bcall 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 fc0e45e  clang-format
fc0e45e is described below

commit fc0e45e07438804dbf633b1a966f95589ad74564
Author: Masaori Koshiba <masa...@apache.org>
AuthorDate: Wed Oct 24 08:14:55 2018 +0900

    clang-format
---
 proxy/http2/HTTP2.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/http2/HTTP2.cc b/proxy/http2/HTTP2.cc
index 2cd4685..1ce0a9d 100644
--- a/proxy/http2/HTTP2.cc
+++ b/proxy/http2/HTTP2.cc
@@ -48,7 +48,7 @@ static const int HTTP2_MAX_TABLE_SIZE_LIMIT = 64 * 1024;
 
 // Statistics
 RecRawStatBlock *http2_rsb;
-static const char *const HTTP2_STAT_CURRENT_CLIENT_CONNECTION_NAME = 
"proxy.process.http2.current_client_connections";
+static const char *const HTTP2_STAT_CURRENT_CLIENT_CONNECTION_NAME        = 
"proxy.process.http2.current_client_connections";
 static const char *const HTTP2_STAT_CURRENT_ACTIVE_CLIENT_CONNECTION_NAME = 
"proxy.process.http2.current_active_client_connections";
 static const char *const HTTP2_STAT_CURRENT_CLIENT_STREAM_NAME            = 
"proxy.process.http2.current_client_streams";
 static const char *const HTTP2_STAT_TOTAL_CLIENT_STREAM_NAME              = 
"proxy.process.http2.total_client_streams";

Reply via email to