Removed grpc_byte_buffer_reader_{create,destroy}.
Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
Showing
- include/grpc/grpc.h 4 additions, 3 deletionsinclude/grpc/grpc.h
- src/core/surface/byte_buffer_reader.c 2 additions, 8 deletionssrc/core/surface/byte_buffer_reader.c
- src/cpp/proto/proto_utils.cc 5 additions, 6 deletionssrc/cpp/proto/proto_utils.cc
- src/cpp/util/byte_buffer.cc 4 additions, 3 deletionssrc/cpp/util/byte_buffer.cc
- src/csharp/ext/grpc_csharp_ext.c 4 additions, 4 deletionssrc/csharp/ext/grpc_csharp_ext.c
- src/node/ext/byte_buffer.cc 4 additions, 2 deletionssrc/node/ext/byte_buffer.cc
- src/objective-c/GRPCClient/private/NSData+GRPC.m 8 additions, 5 deletionssrc/objective-c/GRPCClient/private/NSData+GRPC.m
- src/php/ext/grpc/byte_buffer.c 4 additions, 2 deletionssrc/php/ext/grpc/byte_buffer.c
- src/python/src/grpc/_adapter/_c/utility.c 4 additions, 3 deletionssrc/python/src/grpc/_adapter/_c/utility.c
- src/ruby/ext/grpc/rb_byte_buffer.c 4 additions, 3 deletionssrc/ruby/ext/grpc/rb_byte_buffer.c
- test/core/surface/byte_buffer_reader_test.c 8 additions, 22 deletionstest/core/surface/byte_buffer_reader_test.c
Loading
Please register or sign in to comment