-
- Downloads
Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated...
Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is violating the appearance of unary-ness)
Showing
- include/grpc++/ext/reflection.grpc.pb.h 1 addition, 1 deletioninclude/grpc++/ext/reflection.grpc.pb.h
- include/grpc++/impl/codegen/completion_queue.h 2 additions, 6 deletionsinclude/grpc++/impl/codegen/completion_queue.h
- include/grpc++/impl/codegen/method_handler_impl.h 34 additions, 47 deletionsinclude/grpc++/impl/codegen/method_handler_impl.h
- include/grpc++/impl/codegen/server_context.h 2 additions, 6 deletionsinclude/grpc++/impl/codegen/server_context.h
- include/grpc++/impl/codegen/server_streamed_unary.h 9 additions, 9 deletionsinclude/grpc++/impl/codegen/server_streamed_unary.h
- include/grpc++/impl/codegen/service_type.h 4 additions, 3 deletionsinclude/grpc++/impl/codegen/service_type.h
- include/grpc++/impl/codegen/status_code_enum.h 5 additions, 0 deletionsinclude/grpc++/impl/codegen/status_code_enum.h
- include/grpc++/support/server_streamed_unary.h 4 additions, 4 deletionsinclude/grpc++/support/server_streamed_unary.h
- src/compiler/cpp_generator.cc 23 additions, 21 deletionssrc/compiler/cpp_generator.cc
- src/cpp/ext/reflection.grpc.pb.cc 1 addition, 1 deletionsrc/cpp/ext/reflection.grpc.pb.cc
- test/cpp/end2end/hybrid_end2end_test.cc 23 additions, 20 deletionstest/cpp/end2end/hybrid_end2end_test.cc
Loading
Please register or sign in to comment