jack chen

Results 21 comments of jack chen

> 请问是直接商业化了吗https://store.antdv.com/pro/ > 是否还有开源计划 不一定要开源,只要好用,能持续,可以收费

This is a good idea. I hope to add it as soon as possible

> @tzssangglass > > I mean body in request, fixed by modifing ExtraInfoResponse.getResult: > > from: > > ``` > public String getResult() { > StringBuilder builder = new StringBuilder();...

Hope to provide function PostFillter postRequest.getUpstreamResponseBody()

response-rewrite lua has method " local body = core.response.hold_body_chunk(ctx)" get response body。but i only do Java.

![image](https://user-images.githubusercontent.com/1793850/194322492-6a5cb293-f977-414b-8e90-c9c948e38fa7.png) > > 调大这个MAX_DATA_SIZE限制,好像无效,继续报错,暂时无解 > > What are the error logs about this? Are you observing errors generated by this limitation?

![image](https://user-images.githubusercontent.com/1793850/194323198-4faa1aa0-d18d-48c1-be15-f10e647ff7dd.png)

ext-plugin/init.lua ![image](https://user-images.githubusercontent.com/1793850/194341778-142ea608-270a-4d27-8ee5-c67cb1242d07.png) postman test ![image](https://user-images.githubusercontent.com/1793850/194341285-9cf0671d-8746-481b-9a62-7d0ed28984c4.png) apisix error ![image](https://user-images.githubusercontent.com/1793850/194341580-aab0475f-092f-4d8d-822e-71852d0fb71e.png)

> So that's the limit. After you adjust MAX_DATA_SIZE, you say it doesn't work, are there some error logs about it? ![image](https://user-images.githubusercontent.com/1793850/194688477-c318532c-be41-41f9-b995-7a79e18b2bdd.png) plugin error

调整为:MAX_DATA_SIZE=1024x1024x110 ![image](https://user-images.githubusercontent.com/1793850/194688547-f53b62bf-2815-4f57-90c1-407b828efe1c.png)