Skip to content

HTTP Examples - If webserver sends multiple responses, parsing and handling fails #27

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

Open
rlabbeptc opened this issue Jan 12, 2024 · 0 comments

Comments

@rlabbeptc
Copy link
Collaborator

If the webserver sends extra responses (usually due to a timeout/retry with driver), the current implementation will throw away any partial or extra message, which could disrupt message parsing for messages following this.

Current recommendation without fix would be to ensure that the driver is not setup to do any retries and to ensure the timeout is longer than 5-10 seconds to ensure any delay in response from the webserver doesn't impact data processing.

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

1 participant