-
- Downloads
Merge pull request #9949 from ctiller/new_transport_op
Convert stream ops to a control + payload structure
Showing
- src/core/ext/census/grpc_filter.c 12 additions, 8 deletionssrc/core/ext/census/grpc_filter.c
- src/core/ext/client_channel/client_channel.c 58 additions, 52 deletionssrc/core/ext/client_channel/client_channel.c
- src/core/ext/client_channel/subchannel.c 2 additions, 2 deletionssrc/core/ext/client_channel/subchannel.c
- src/core/ext/client_channel/subchannel.h 1 addition, 1 deletionsrc/core/ext/client_channel/subchannel.h
- src/core/ext/load_reporting/load_reporting_filter.c 12 additions, 9 deletionssrc/core/ext/load_reporting/load_reporting_filter.c
- src/core/ext/transport/chttp2/transport/chttp2_transport.c 51 additions, 40 deletionssrc/core/ext/transport/chttp2/transport/chttp2_transport.c
- src/core/ext/transport/cronet/transport/cronet_transport.c 61 additions, 38 deletionssrc/core/ext/transport/cronet/transport/cronet_transport.c
- src/core/lib/channel/channel_stack.c 6 additions, 5 deletionssrc/core/lib/channel/channel_stack.c
- src/core/lib/channel/channel_stack.h 6 additions, 5 deletionssrc/core/lib/channel/channel_stack.h
- src/core/lib/channel/compress_filter.c 19 additions, 17 deletionssrc/core/lib/channel/compress_filter.c
- src/core/lib/channel/connected_channel.c 4 additions, 4 deletionssrc/core/lib/channel/connected_channel.c
- src/core/lib/channel/deadline_filter.c 24 additions, 20 deletionssrc/core/lib/channel/deadline_filter.c
- src/core/lib/channel/deadline_filter.h 3 additions, 3 deletionssrc/core/lib/channel/deadline_filter.h
- src/core/lib/channel/http_client_filter.c 71 additions, 52 deletionssrc/core/lib/channel/http_client_filter.c
- src/core/lib/channel/http_server_filter.c 49 additions, 33 deletionssrc/core/lib/channel/http_server_filter.c
- src/core/lib/channel/message_size_filter.c 16 additions, 13 deletionssrc/core/lib/channel/message_size_filter.c
- src/core/lib/security/transport/client_auth_filter.c 21 additions, 17 deletionssrc/core/lib/security/transport/client_auth_filter.c
- src/core/lib/security/transport/server_auth_filter.c 14 additions, 12 deletionssrc/core/lib/security/transport/server_auth_filter.c
- src/core/lib/surface/call.c 90 additions, 77 deletionssrc/core/lib/surface/call.c
- src/core/lib/surface/lame_client.c 11 additions, 9 deletionssrc/core/lib/surface/lame_client.c
Loading
Please register or sign in to comment