Skip to content

Commit

Permalink
Update protocol type (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Jan 4, 2024
1 parent 46d5558 commit f2f3005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ebpf/accesslog.proto
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ enum AccessLogKernelReadSyscall {

enum AccessLogProtocolType {
TCP = 0;
HTTP = 1;
HTTP_1 = 1;
HTTP_2 = 2;
}

message EBPFTimestamp {
Expand Down

0 comments on commit f2f3005

Please sign in to comment.