mirror of https://github.com/grpc/grpc.git
[tcp] Add some safety conditions for memory allocation (#34003)
It looks like we're seeing a rare crash in the TCP read code, around buffering for the next read. Unclear as yet whether this is due to `memory_pressure_controller` rollout or not - see b/294609692, b/294854129. This change just adds some safety checks to try and ensure we never get into the bad state - but it's unclear to me as yet how we do reach that state.pull/34012/head
parent
18be986e3b
commit
65e8e04b6c
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue