Skip to content

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

Open
@rlabbeptc

Description

@rlabbeptc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions