We used spring cloud to build our project. When the multipart request go through the zuul,and arrived the actual service,we found sometimes we will miss the file. when the file is small,it might be ok.while the file is big ,sometime over 100m,the file is always miss.

My dependency ``` org.springframework.boot spring-boot-starter-parent 2.1.1.RELEASE

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>Greenwich.SR3</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

```

Comment From: spencergibb

Please update to the latest Hoxton.SR9 and try again.

Comment From: spring-projects-issues

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

Comment From: spring-projects-issues

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.