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

Response should be paused #63

Open
zenios opened this issue Jun 3, 2023 · 1 comment
Open

Response should be paused #63

zenios opened this issue Jun 3, 2023 · 1 comment

Comments

@zenios
Copy link

zenios commented Jun 3, 2023

HttpClientResponse vResponse = res.result();

Hi

Response should be paused until the subscriber (ReadStreamPublisher) requests data via (stream.fetch(n) which automatically resumes) else you are having the chance of missing data. This is visible when you are fetching big files from s3

@aesteve
Copy link
Collaborator

aesteve commented Jun 5, 2023

Thanks a lot for reporting this!

Is there any chance you can provide a reproducer with Localstack (in the same fashion as the existing integration tests)?

I'll try to give it a look at some point when I get some time, but the more input the faster it'll be for sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants