This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch revert-92-update-protocol-type in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git
commit f6528d6e6342d804c64bbb9816809c6f4f98c42d Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Thu May 9 23:53:52 2024 +0800 Revert "Update protocol type (#92)" This reverts commit f2f3005155339b09714b963e19fea5151d0d6d0b. --- ebpf/accesslog.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ebpf/accesslog.proto b/ebpf/accesslog.proto index de5477f..53f9167 100644 --- a/ebpf/accesslog.proto +++ b/ebpf/accesslog.proto @@ -345,8 +345,7 @@ enum AccessLogKernelReadSyscall { enum AccessLogProtocolType { TCP = 0; - HTTP_1 = 1; - HTTP_2 = 2; + HTTP = 1; } message EBPFTimestamp {
