hcute

Results 3 comments of hcute

1, goto https://github.com/api7/ext-plugin-proto download source mvn install 0.6.1-RELEASE 2, change https://github.com/apache/apisix-java-plugin-runner/apisix-plugin-runner pom.xml io.github.api7 A6 0.6.1-RELEASE 3, change source 3.1 HttpResponse add property private String reqBody 3.2 HttpResponse add method public...

According to the above code modifications, there were no issues with local testing, but when packaged and deployed to an online environment, an error occurred and no HTTP body was...

本地环境运行没问题,但是部署到正式环境 重写请求体收不到 报错 Caused by: java.net.SocketTimeoutException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1317) at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1234) at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:785) at org.apache.coyote.http11.Http11InputBuffer.access$400(Http11InputBuffer.java:41) at org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer.doRead(Http11InputBuffer.java:1185) at org.apache.coyote.http11.filters.IdentityInputFilter.doRead(IdentityInputFilter.java:97) at org.apache.coyote.http11.Http11InputBuffer.doRead(Http11InputBuffer.java:244) at org.apache.coyote.Request.doRead(Request.java:619) at org.apache.catalina.connector.InputBuffer.realReadBytes(InputBuffer.java:313) ... 51 common frames omitted...