Running benchmarks fail when using response_body_mode as FULL_DUPLEX_STREAMED with the error:
"error": {
"error_type": "ClientPayloadError",
"error_msg": "Response payload is not completed: <TransferEncodingError: 400, message='Not enough data to satisfy transfer length header.'>"
}
Note that same runs work with response_body_mode as STREAMED.
Running benchmarks fail when using
response_body_modeasFULL_DUPLEX_STREAMEDwith the error:Note that same runs work with
response_body_modeasSTREAMED.