Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an integration test to validate Reactor Netty automatic flushing [SPR-14992] #19558

Closed
spring-projects-issues opened this issue Dec 7, 2016 · 1 comment
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: task A general task
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Dec 7, 2016

Sébastien Deleuze opened SPR-14992 and commented

Currently, if no explicit flush is performed, Reactor Netty flush the data only when the input stream is complete, which may cause some issues with big streams. When this related issue will be fixed, we should add an integration test in FlushingIntegrationTests to check it behaves as expected.


This issue is a sub-task of #19510

Referenced from: commits dfcd5b9

@spring-projects-issues
Copy link
Collaborator Author

Sébastien Deleuze commented

Fixed by this commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants