mirror of https://github.com/grpc/grpc.git
[fuzzing] Fix bug on endpoint shutdown whereby we leave read requests dangling (#33406)
Fix fuzzer found bug b/286716972 Follows up on https://github.com/grpc/grpc/pull/33266 but gets the edge case right of when there's a read queued before the peer closes - in that case we weren't waking up the read.pull/33273/head
parent
969c228934
commit
2055cce132
4 changed files with 33 additions and 10 deletions
@ -0,0 +1,12 @@ |
||||
test_id: 3211264 |
||||
event_engine_actions { |
||||
connections { |
||||
write_size: 3211264 |
||||
write_size: 3211264 |
||||
write_size: 3211264 |
||||
write_size: 3211264 |
||||
write_size: 128 |
||||
write_size: 4194363 |
||||
write_size: 0 |
||||
} |
||||
} |
Loading…
Reference in new issue