LinuxSuRen / api-testing

YAML based API testing tool. 开源接口调试、测试工具。Mock Server

Home Page:https://linuxsuren.github.io/api-testing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grpc: received message larger than max

LinuxSuRen opened this issue · comments

commented

I got this error when I run a tests. I guess the target HTTP server response a big body.

This is API that I call /server.Runner/RunTestCase

image
image

How to reproduce it

You can setup an easy HTTP server to response a big body.

Background tech

You need to know the basic knowledge of gRPC. See also the following answer:

commented

IMI, we need to check the size of HTTP resonse before sending it. Give it a friendly error message if the size is too big.

我想试试

commented

Welcome.