Skip to content

Commit

Permalink
[USMON-1399] Fix gRPC bug (#32809)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitslavin authored Jan 12, 2025
1 parent 15f12d5 commit bba2fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/network/ebpf/c/protocols/tls/https.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ static __always_inline void tls_process(struct pt_regs *ctx, conn_tuple_t *t, vo

// we're in the context of TLS hookpoints, thus the protocol is TLS.
set_protocol(stack, PROTOCOL_TLS);
set_protocol_flag(stack, FLAG_USM_ENABLED);

const __u32 zero = 0;
protocol_t protocol = get_protocol_from_stack(stack, LAYER_APPLICATION);
Expand Down

0 comments on commit bba2fb6

Please sign in to comment.