mirror of https://github.com/grpc/grpc.git
[logs] Remove unsafe use of grpc_transport_stream_op_batch_string (#34187)
Batch completions can run after the Server promise call finishes and deallocates the server trailing metadata. Remove the use of grpc_transport_stream_op_batch_string so that such batch completions dont end up de-referencing an already free'ed grpc_metadata_batch.pull/33289/head
parent
041b734218
commit
1083044792
1 changed files with 3 additions and 5 deletions
Loading…
Reference in new issue