Arjen Poutsma

Results 39 comments of Arjen Poutsma

@violetagg has done most of the work here https://github.com/violetagg/spring-framework/commits/reactor-netty5

Fixing this will be a breaking change, so setting for 6.0.

Fixed! Thanks for spotting this, @kzander91

Resolving this complicated issue will take some time, with the possibility that we might need several iterations before getting it right. Scheduling for 6.0 M3 as a consequence.

To be clear: depending on the resolution, we might back port the solution to this issue to the 5.3.x branch once resolved.

Sounds good. Please file a PR if you have some code that could be useful for us, referring back to this issue in the PR.

We are considering to introduce a different way to handle streaming multipart support, because of inherent problems in the current model. See the description #28006. It would be great if...

Closing this issue, because we have deprecated `DefaultPartHttpMessageReader`'s streaming mode in 6.0 RC1, in favor of `PartEvent` and `PartEventHttpMessageReader` introduced through #28006. In short, the reason is that streaming mode...

Which version of Spring Framework are you using? There have been several fixes to the `DefaultPartHttpMessageReader` recently (i.e. #27939, #27612).

> 2.6.2 and 2.5.5 versions, tried with both are causing same. That's Spring Boot 2.6.2, so Spring Framework 5.3.14. I think this issue might related to #27939, which was fixed...