mirror of https://github.com/grpc/grpc.git
[chaotic-good] Fix fuzzer found crash in server transport code (#36852)
Closes #36852
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36852 from ctiller:f-st 5ffc88a71f
PiperOrigin-RevId: 641300922
pull/36856/head
parent
a07d3d09b7
commit
347f2a8a4b
2 changed files with 18 additions and 7 deletions
@ -0,0 +1,14 @@ |
||||
network_input { |
||||
input_segments { |
||||
segments { |
||||
header { |
||||
} |
||||
} |
||||
} |
||||
} |
||||
channel_args { |
||||
args { |
||||
key: "grpc.server_handshake_timeout_ms" |
||||
str: "65537" |
||||
} |
||||
} |
Loading…
Reference in new issue