Skip to content

Infinite request loop when server sends status code 200 #440

@foxdrodd

Description

@foxdrodd

Through another condition our load-balancer sent code 200 on those sockjs /xhr/../xhr_streaming requests.
sockjs handles this with an extreme infinite loop of requests.

This is dangerous, as it hammers down the whole network, if there are enough open browser windows.

Of course it is wrong to send the 200 response, but the result is so harmful, that a general handling to prevent those fast request loops within sockjs would be really good.

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