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

wusheng pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new f2f3005  Update protocol type (#92)
f2f3005 is described below

commit f2f3005155339b09714b963e19fea5151d0d6d0b
Author: mrproliu <[email protected]>
AuthorDate: Thu Jan 4 22:21:50 2024 +0800

    Update protocol type (#92)
---
 ebpf/accesslog.proto | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ebpf/accesslog.proto b/ebpf/accesslog.proto
index d64140a..324094b 100644
--- a/ebpf/accesslog.proto
+++ b/ebpf/accesslog.proto
@@ -333,7 +333,8 @@ enum AccessLogKernelReadSyscall {
 
 enum AccessLogProtocolType {
     TCP = 0;
-    HTTP = 1;
+    HTTP_1 = 1;
+    HTTP_2 = 2;
 }
 
 message EBPFTimestamp {

Reply via email to