moremind commented on code in PR #3193:
URL: https://github.com/apache/incubator-shenyu/pull/3193#discussion_r843455611


##########
shenyu-plugin/shenyu-plugin-base/src/main/java/org/apache/shenyu/plugin/base/RpcParamTransformPlugin.java:
##########
@@ -81,14 +81,14 @@ public String named() {
     }
 
     private Mono<Void> formData(final ServerWebExchange exchange, final 
ServerHttpRequest serverHttpRequest, final ShenyuPluginChain chain) {
-        return Mono.from(serverHttpRequest.getBody()
+        return Mono.from(DataBufferUtils.join(serverHttpRequest.getBody())

Review Comment:
   formdata may lost data when formdata too large



-- 
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]

Reply via email to