Re: is there somthing like proxy_request_buffering in grpc module?

2018-06-23 Thread Maxim Dounin
Hello! On Wed, Jun 20, 2018 at 09:15:55PM -0400, peanutgyz wrote: > like grpc_request_buffering? No. Both request and response buffering are always off in gRPC proxying, as there are streaming RPCs which cannot be used with buffering. -- Maxim Dounin http://mdounin.ru/

is there somthing like proxy_request_buffering in grpc module?

2018-06-20 Thread peanutgyz
like grpc_request_buffering? nginx listen on http2 and grpc_pass to grpc server, but grpc_next_stream cant work like expect. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280208,280208#msg-280208 ___ nginx mailing list nginx@nginx.org