What does no-streaming in logs means? #2193
Answered
by
Tratcher
ruslanfedoseenko
asked this question in
Q&A
-
I have some api which returns a file. Does |
Beta Was this translation helpful? Give feedback.
Answered by
Tratcher
Jul 17, 2023
Replies: 1 comment 1 reply
-
Filed as an issue: #2194 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is specific to gRPC streaming mode, causing YARP to proxy the request and response body simultaneously. Otherwise the response is not proxied until the request body finishes.