Guohao1020 commented on issue #10069: URL: https://github.com/apache/apisix/issues/10069#issuecomment-1687405686
Now that we have solved this problem, we have added `response.setbody (request.getbody ())` to the first line of the `postFilter `method block, and there is no problem of the request response body being truncated. But I don't understand why the response body of the request is normal when the packet is small. -------------------------------------------------------------------------------------------------------------------- 现在已经解决这个问题,在postFilter 方法块第一行加入代码response.setBody(request.getBody()),没有出现请求响应体被截断的问题。 但是我不明白,为什么在数据包小的时候,请求的响应体的正常的。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
